Commit Graph

34283 Commits

Author SHA1 Message Date
Andrei Zmievski
f0dec5c4a4 Add char_enum_names(). 2006-05-09 00:06:08 +00:00
Andrei Zmievski
cbe16953e8 Been a long day.. 2006-05-08 23:01:20 +00:00
Andrei Zmievski
8a938324e3 And going, and going... 2006-05-08 22:23:57 +00:00
Andrei Zmievski
002b28e5cc A few more property functinos. 2006-05-08 21:54:44 +00:00
Pierre Joye
4cc946a706 - this one too must be changed
NB: add a define for the default string name as well
2006-05-08 21:26:09 +00:00
Edin Kadribasic
1483647359 Added constants.c to the windows build 2006-05-08 21:06:34 +00:00
Pierre Joye
458cdcf323 - update/add inline docs
- CS
2006-05-08 20:57:59 +00:00
Pierre Joye
27753b3382 - #6567, wrong php dependency 2006-05-08 17:06:22 +00:00
Pierre Joye
6a408c9bcb - sync them 2006-05-08 16:41:26 +00:00
Pierre Joye
f51fb7853f - fix tsrm build 2006-05-08 16:34:12 +00:00
Pierre Joye
1fd3c9baf2 - #6136, ini_set should not be able to change the filter.default 2006-05-08 16:24:12 +00:00
Pierre Joye
065a10808f - set unsafe_raw as default, will be set back to string for php6. 5.
will use unsafe_raw. Discusses optimizations are coming.
2006-05-08 15:42:47 +00:00
Pierre Joye
826a577675 - add input_get_args (input_get is kept untouched for now)
- add FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY
- update ReST doc and add an example
2006-05-08 14:39:57 +00:00
Ilia Alshanetsky
889f66837c MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver. 2006-05-08 14:33:23 +00:00
Pierre Joye
154507f6bc - #37360, bad gif size 2006-05-08 11:49:33 +00:00
Pierre Joye
9d07689c67 - CS (spaces > tabs) 2006-05-08 11:46:13 +00:00
6981c4f417 ChangeLog update 2006-05-08 05:31:50 +00:00
Nuno Lopes
fb18707cb4 fix test, sorry. 2006-05-07 18:17:53 +00:00
Nuno Lopes
eb5343ee47 convert a few more functions to unicode and adapt the tests as well 2006-05-07 18:11:40 +00:00
Pierre Joye
fc91929f94 - MFB: #37346, invalid colormap format 2006-05-07 17:21:11 +00:00
787d1960c0 ChangeLog update 2006-05-07 05:31:50 +00:00
Edin Kadribasic
75af4d3bb5 MFB: Enable parallel build against Apache 2.2 libs and headers 2006-05-07 00:10:06 +00:00
Edin Kadribasic
fd959ad30a MFB: Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONs 2006-05-07 00:07:53 +00:00
Nuno Lopes
50cf480153 fix thread safe build 2006-05-06 13:19:10 +00:00
Nuno Lopes
f7b62e2430 fix tests in Unicode mode 2006-05-06 11:19:37 +00:00
Nuno Lopes
e037edab61 use the new zend_unicode_to_ascii() function. this should also fix windows builds 2006-05-06 10:48:04 +00:00
Hartmut Holzgraefe
daa5febadf Added php_get_tmpdir() function that returns the default directory for
temporary files (as requested in bug #35380)
2006-05-06 09:59:02 +00:00
111d608ff1 ChangeLog update 2006-05-06 05:31:52 +00:00
Frank M. Kromann
e7a6d29e95 Adding property.c to windows build 2006-05-05 21:37:08 +00:00
Andrei Zmievski
80f849ac1a Register slightly under half a metric ton of constants. 2006-05-05 20:56:21 +00:00
Dmitry Stogov
30ff22ca47 Fixed bug #37251 (deadlock when custom error handler is to catch array type hint error). 2006-05-05 08:04:55 +00:00
Dmitry Stogov
27fe3ef1e7 Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) 2006-05-05 07:05:59 +00:00
90941d8111 ChangeLog update 2006-05-05 05:31:54 +00:00
Antony Dovgal
4022853243 plug a leak 2006-05-04 22:47:55 +00:00
Andrei Zmievski
88b15b79a2 Don't use fixed size buffer in zend_uchar_from_uname(); 2006-05-04 21:44:54 +00:00
Andrei Zmievski
d72d277d32 Oops again. 2006-05-04 21:29:21 +00:00
Andrei Zmievski
7009fb94fe Oops. 2006-05-04 21:23:53 +00:00
Andrei Zmievski
49dbb7710a Implement char_from_name(). 2006-05-04 21:22:30 +00:00
Andrei Zmievski
534cad7064 Add a global ASCII connverter, macros to return single codepoints
(UCHAR32), and zend_unicode_to_ascii() function.
2006-05-04 21:22:17 +00:00
Antony Dovgal
6f66196f4f several minor fixes: nuke compile warnings etc. 2006-05-04 19:00:00 +00:00
Andrei Zmievski
c631205e0c Some more work on property/names stuff. 2006-05-04 18:37:12 +00:00
Andrei Zmievski
2c42e06895 Fix locale functions naming problem. 2006-05-04 16:49:33 +00:00
Antony Dovgal
a330edf4cf fix build 2006-05-04 07:10:37 +00:00
381df8e054 ChangeLog update 2006-05-04 05:31:48 +00:00
Andrei Zmievski
349d4a7de9 Change prefix to char_ and rename some functions. 2006-05-04 00:01:34 +00:00
Andrei Zmievski
bbde23e247 Some more property functions.
# I am pondering a different prefix..
2006-05-03 22:03:10 +00:00
Sara Golemon
0d6603d22a Expose PARAM_EVT_* constants 2006-05-03 21:57:58 +00:00
Brian France
212e185458 - Add implementation of curl_multi_info_read (Brian)
Not adding to PHP 5_1, but should go into 5_2.
2006-05-03 19:52:48 +00:00
Antony Dovgal
8ab0e121d4 plug leak 2006-05-03 19:40:49 +00:00
Antony Dovgal
2143dd5415 more POST+arrays tests 2006-05-03 19:03:56 +00:00