summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* revertfoobar2005-09-023-18/+8
* MFB: Always return something, even if it succeeds :)foobar2005-09-021-3/+1
* Fixed bug #34331 (php crashes when variables_order is empty).Ilia Alshanetsky2005-09-011-2/+2
* - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty)foobar2005-09-013-21/+34
* Further work on Unicode support in file uploads.Andrei Zmievski2005-08-311-92/+107
* Fixed SIGSEGVDmitry Stogov2005-08-291-2/+2
* - Fixed a bug where stream_get_meta_data() did not return the "uri" element forDerick Rethans2005-08-261-0/+1
* Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
* - Fixed another little buglet in the spprintf() formatters.Derick Rethans2005-08-231-0/+1
* Don't apply "unicode" filters in non-unicode modeDmitry Stogov2005-08-221-31/+33
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* Unicode supportDmitry Stogov2005-08-181-9/+68
* Fix EOLs under winblowsfoobar2005-08-171-1/+1
* - Prevent E_STRICT from ending up as exceptionMarcus Boerger2005-08-161-0/+3
* - Fixed a couple of bugs in the new smart_str macros, and allow them toDerick Rethans2005-08-161-9/+8
* These are not defined anymorefoobar2005-08-151-2/+0
* Goodbye PEARfoobar2005-08-151-1/+0
* Fixed var_dump() identation bugDmitry Stogov2005-08-151-1/+1
* - Need to terminate [v]uspprintf() with two \0Marcus Boerger2005-08-141-0/+1
* - Where did my backslash vanish?Marcus Boerger2005-08-141-1/+1
* - Handle different cases of the actual strings correctlyMarcus Boerger2005-08-141-8/+16
* - Initial support of easy way to generate unicode strings: [v]uspprinf()Marcus Boerger2005-08-142-44/+101
* tidy up implicit_mode handling; spotted by NunoWez Furlong2005-08-141-7/+7
* a bit of pedantic wsWez Furlong2005-08-131-10/+10
* make valgrind and gcc happyAntony Dovgal2005-08-121-3/+3
* allow default_charset & default_mimetype to be changed during runtimeAntony Dovgal2005-08-121-2/+95
* Fixed incorrect variable parsing in non-unicode modeDmitry Stogov2005-08-121-1/+0
* Unicode support.Andrei Zmievski2005-08-1116-339/+2361
* MFB minor consistency cleanupRasmus Lerdorf2005-08-101-5/+4
* - Changing the API numbers, which might be a bit premature, but it allowsDerick Rethans2005-08-092-4/+4
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-1/+1
* typo fixHartmut Holzgraefe2005-08-071-1/+1
* - This ini option is only effective when set in php.ini or httpd.conffoobar2005-08-051-1/+1
* - Bumber up yearfoobar2005-08-0367-67/+67
* Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)Ilia Alshanetsky2005-08-021-1/+3
* Fixed bug #33904 (input array keys being escaped when magic quotes is off).Ilia Alshanetsky2005-07-291-2/+10
* - Fixed few logic errors in php*.ini search path creation as documented here:foobar2005-07-291-19/+17
* ws fixAntony Dovgal2005-07-271-1/+1
* edge case: do not remove trailing slash for root directory (Bug #33882)Hartmut Holzgraefe2005-07-271-1/+1
* php.ini search logic needs to use the absolute path of the running binaryHartmut Holzgraefe2005-07-271-2/+6
* NetWare can make use of autoconf based buildAnantha Kesari H Y2005-07-261-331/+0
* I could have sworn I committed this a while ago. Just a tiny NULL safetyRasmus Lerdorf2005-07-251-1/+1
* revert my last change; chasing ghosts.Wez Furlong2005-07-191-9/+3
* Don't crash when no treat_data method has been set in the sapi moduleWez Furlong2005-07-191-3/+9
* Revert cookie patch for BC reasons.Ilia Alshanetsky2005-07-181-2/+1
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
* Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-181-1/+2
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2