summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFB: remove HAVE_CONFIG_HNuno Lopes2007-09-1125-50/+21
|
* typoDmitry Stogov2007-09-111-1/+1
|
* forgotten partDmitry Stogov2007-09-111-1/+1
|
* revert config header changeRob Richards2007-09-111-1/+1
|
* - in case of ambiguity class name in namespace call __autoload() only afterDmitry Stogov2007-09-115-198/+209
| | | | | | | checking for both (class from current namespace and internal class) - improved class fetching performance - fixed wrong (lowercase) name passed to __autoload() from call_user_func()
* Simplify (the prototype of zend_u_get_constant_ex() is going to be changed)Dmitry Stogov2007-09-111-1/+1
|
* fix testRaghubansh Kumar2007-09-111-0/+0
|
* ChangeLog update2007-09-111-0/+30
|
* MFB: Fixed Bug #42596 (session.save_path MODE option does not work).Ilia Alshanetsky2007-09-101-1/+1
|
* Fixed bug #42587 (behaviour change regarding symlinked .php files)Dmitry Stogov2007-09-101-9/+7
|
* fix testsAntony Dovgal2007-09-103-12/+12
|
* ChangeLog update2007-09-102-0/+88
|
* use macrosAntony Dovgal2007-09-091-2/+2
|
* remove the originalAntony Dovgal2007-09-091-0/+0
|
* MFB: split testAntony Dovgal2007-09-094-0/+80
|
* unicode part of \v and \t patchAntony Dovgal2007-09-091-0/+8
|
* MFB: Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)Ilia Alshanetsky2007-09-091-0/+8
|
* Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)Scott MacVicar2007-09-091-3/+7
|
* ChangeLog update2007-09-091-0/+11
|
* output is started in php_module_startup(), no need to start it twiceAntony Dovgal2007-09-081-3/+0
| | | | | fixes leaks in sapi/cgi/tests/005.phpt
* point to valid config headerRob Richards2007-09-081-1/+1
|
* ChangeLog update2007-09-082-0/+211
|
* New testcases for ucwords() functionRaghubansh Kumar2007-09-076-0/+916
|
* New testcases for strncmp() functionRaghubansh Kumar2007-09-0711-0/+2785
|
* - Make the macro into function (for the sake of idiotic ZEND_STRL() macro)Jani Taskinen2007-09-072-4/+8
|
* New testcases for stripslashes() functionRaghubansh Kumar2007-09-076-0/+715
|
* made equivalent (to php5 test) changes to the expected output. Although this ↵Zoe Slattery2007-09-071-10/+10
| | | | test did originally have the right EXP section
* - Fixed the rest of bug #41561 ( @ operator not working )Jani Taskinen2007-09-074-10/+15
|
* - Fixed bug #42579 (apache_reset_timeout() does not exist)Jani Taskinen2007-09-071-2/+3
|
* forgotten partDmitry Stogov2007-09-071-0/+4
|
* Added checks for malformated FastCGI requests (Mattias Bengtsson)Dmitry Stogov2007-09-071-1/+6
|
* Added missing safety checks for 2nd parameter of setlocale() functionIlia Alshanetsky2007-09-071-0/+4
|
* ChangeLog update2007-09-071-0/+38
|
* - Add a comment why not ~0 or -1.Derick Rethans2007-09-061-1/+2
|
* New testcases for addslashes() functionRaghubansh Kumar2007-09-064-0/+650
|
* ChangeLog update2007-09-062-0/+71
|
* Fixed typo in function nameIlia Alshanetsky2007-09-051-1/+1
|
* MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQLIlia Alshanetsky2007-09-051-0/+4
| | | | | <7.4)
* MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug)Ilia Alshanetsky2007-09-051-1/+1
|
* MFB: Fixed possible buffer overflows inside the fnmatch() and glob()Ilia Alshanetsky2007-09-052-0/+10
| | | | | functions
* Fixed bug #42214 (SoapServer sends clients internal PHP errors)Dmitry Stogov2007-09-053-15/+57
|
* Fixed bug #42488 (SoapServer reports an encoding error and the error itself ↵Dmitry Stogov2007-09-052-8/+103
| | | | breaks).
* Fixed bug #42523 (PHP_SELF duplicates path)Dmitry Stogov2007-09-051-0/+15
|
* Bug #42541 (Check for namespace decl. on first line doesn't work when ↵Dmitry Stogov2007-09-051-2/+18
| | | | extended info is on)
* ChangeLog update2007-09-052-0/+188
|
* detect endianness in compile time when using Apple's GCC (fixes universal ↵Antony Dovgal2007-09-043-0/+30
| | | | binary build)
* fixed bug #29955 invalid case conversion in iso-8859-9.Rui Hirokawa2007-09-041-4/+2
|
* - We have to store the original (allocated) pointer here as it was freed afterDerick Rethans2007-09-041-4/+4
| | | | | | the pointer itself was modified, otherwise we'll get an invalid free error here.
* Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, ↵Zoe Slattery2007-09-0437-0/+2039
| | | | acosh, atanh.
* fix testsRaghubansh Kumar2007-09-044-61/+9
|