summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - zend_spprintf() is actually used elsewhere in the engineMarcus Boerger2006-05-092-1/+4
* MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).Ilia Alshanetsky2006-05-091-5/+7
* - MFB WS/CS, zend_spprintf() must not be exportedMarcus Boerger2006-05-092-4/+4
* - MFB Missing checkMarcus Boerger2006-05-091-1/+1
* - MFB: WSMarcus Boerger2006-05-094-4/+2
* Add pcre_last_error() and backtrack/recursion limit settings.Andrei Zmievski2006-05-092-14/+135
* Add char_enum_types().Andrei Zmievski2006-05-093-2/+87
* merge from 5.2Georg Richter2006-05-093-0/+112
* Merge from 5.2Georg Richter2006-05-0913-348/+426
* - #7586 (pecl), filter is not reseted between elementPierre Joye2006-05-092-3/+65
* - one line inline docPierre Joye2006-05-091-9/+4
* ChangeLog update2006-05-091-0/+58
* - fix logic, scalar is the defaultPierre Joye2006-05-091-3/+3
* - remove unused arg and use the right onePierre Joye2006-05-091-3/+2
* Fix and adjust.Andrei Zmievski2006-05-091-11/+8
* Add char_enum_names().Andrei Zmievski2006-05-093-0/+120
* Been a long day..Andrei Zmievski2006-05-083-1/+58
* And going, and going...Andrei Zmievski2006-05-083-11/+78
* A few more property functinos.Andrei Zmievski2006-05-083-4/+91
* - this one too must be changedPierre Joye2006-05-081-1/+1
* Added constants.c to the windows buildEdin Kadribasic2006-05-081-1/+1
* - update/add inline docsPierre Joye2006-05-081-16/+18
* - #6567, wrong php dependencyPierre Joye2006-05-082-1/+2
* - sync themPierre Joye2006-05-082-3/+3
* - fix tsrm buildPierre Joye2006-05-081-1/+1
* - #6136, ini_set should not be able to change the filter.defaultPierre Joye2006-05-083-2/+6
* - set unsafe_raw as default, will be set back to string for php6. 5.Pierre Joye2006-05-081-1/+1
* - add input_get_args (input_get is kept untouched for now)Pierre Joye2006-05-087-32/+280
* MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-082-0/+4
* - #37360, bad gif sizePierre Joye2006-05-083-3/+17
* - CS (spaces > tabs)Pierre Joye2006-05-081-425/+417
* ChangeLog update2006-05-081-0/+66
* fix test, sorry.Nuno Lopes2006-05-071-4/+4
* convert a few more functions to unicode and adapt the tests as wellNuno Lopes2006-05-073-6/+33
* - MFB: #37346, invalid colormap formatPierre Joye2006-05-073-8/+30
* ChangeLog update2006-05-071-0/+24
* MFB: Enable parallel build against Apache 2.2 libs and headersEdin Kadribasic2006-05-071-0/+17
* MFB: Enable separate build dir for SAPIs, the same way it is possible for EXT...Edin Kadribasic2006-05-071-5/+11
* fix thread safe buildNuno Lopes2006-05-061-1/+1
* fix tests in Unicode modeNuno Lopes2006-05-063-1/+755
* use the new zend_unicode_to_ascii() function. this should also fix windows bu...Nuno Lopes2006-05-061-9/+2
* Added php_get_tmpdir() function that returns the default directory forHartmut Holzgraefe2006-05-064-0/+13
* ChangeLog update2006-05-062-0/+37
* Adding property.c to windows buildFrank M. Kromann2006-05-051-1/+1
* Register slightly under half a metric ton of constants.Andrei Zmievski2006-05-054-3/+619
* Fixed bug #37251 (deadlock when custom error handler is to catch array type h...Dmitry Stogov2006-05-054-17/+43
* Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)Dmitry Stogov2006-05-051-1/+1
* ChangeLog update2006-05-052-0/+57
* plug a leakAntony Dovgal2006-05-041-0/+2
* Don't use fixed size buffer in zend_uchar_from_uname();Andrei Zmievski2006-05-041-8/+9