summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)foobar2003-08-262-3/+3
* - Simplify php_error_cb()Marcus Boerger2003-08-251-21/+37
* Fixed bug #25127 (reset memory_limit before terminating the request)Ilia Alshanetsky2003-08-221-5/+7
* Updated PHP_API_VERSION to 20030820 for the php_setcookie api changeBrian France2003-08-221-1/+1
* No need for those code blocks anymore...Zeev Suraski2003-08-201-37/+32
* Fixed bug #25170 (Problem with generation of random numbers on solaris)Ilia Alshanetsky2003-08-201-2/+2
* Unify TSRMLS_FETCH() usage.Wez Furlong2003-08-191-13/+4
* linkage for C++Wez Furlong2003-08-185-4/+26
* Improve trackingZeev Suraski2003-08-181-1/+18
* One bit fields need to be unsigned, otherwise there is no storage forSascha Schumann2003-08-171-3/+3
* fix this stuffWez Furlong2003-08-141-3/+3
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-142-3/+9
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* Bugfix #25044Marcus Boerger2003-08-111-2/+3
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-7/+0
* Initialize this variable to 0 as suggested by saraMarcus Boerger2003-08-101-1/+1
* Timeout fix.Ilia Alshanetsky2003-08-091-0/+1
* MFBfoobar2003-08-091-0/+10
* Fixed bug #24951 (ob_flush() needlessly destroys output handler).Ilia Alshanetsky2003-08-081-1/+3
* ClearifyMarcus Boerger2003-08-081-4/+2
* Bugfix #24063 (marcus/ilia)Marcus Boerger2003-08-081-2/+10
* Remove unnecessary macroZeev Suraski2003-08-031-1/+0
* Only register server variables when needed.Ilia Alshanetsky2003-07-311-1/+1
* Fixed bug #24883 (variables created through register_globals, ignoreIlia Alshanetsky2003-07-311-14/+39
* Fixed bug #22154 (Possible crash when memory_limit is reached andIlia Alshanetsky2003-07-311-10/+13
* Fixed bug #24873 (incorrect handling of / inside open_basedir)Ilia Alshanetsky2003-07-301-7/+7
* Call exec_finished()Zeev Suraski2003-07-301-1/+6
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-292-2/+5
* Fixed a double free bug when freeing persistent streams.Ilia Alshanetsky2003-07-281-8/+6
* Partial MDBEdin Kadribasic2003-07-251-0/+4
* - Use the new infrastructure of zend_symtable_*() (fixes bug #24565)Zeev Suraski2003-07-221-13/+13
* Make php_check_safe_mode_include_dir check independent of unrelatedIlia Alshanetsky2003-07-221-33/+32
* Fix register_globalsZeev Suraski2003-07-211-3/+46
* Remove old codeZeev Suraski2003-07-211-127/+0
* Fix text output of numbers with absolute exponent greater than or equal 80.Marcus Boerger2003-07-171-2/+12
* Bugfix #22690Marcus Boerger2003-07-161-15/+19
* Fix for mips compiler.Wez Furlong2003-07-141-1/+6
* Fixed bug #24563 (preg_match() crashes PHP under Apache2)foobar2003-07-101-0/+1
* MFB: binary mode by default under win32.Wez Furlong2003-07-051-6/+4
* avoid external conflicts in apacheSterling Hughes2003-07-041-1/+1
* Fix buildMoriyoshi Koizumi2003-07-031-1/+1
* Cut the long line a bit for readability..foobar2003-07-031-1/+3
* Compiler warning fix.Ilia Alshanetsky2003-07-031-2/+4
* Introduce connection pooling API. I'll use these in http/ftp fopen wrappers s...Sara Golemon2003-07-022-0/+77
* more size_t -> socklen_t.Wez Furlong2003-07-021-2/+2
* socklen_t needs this.Wez Furlong2003-07-021-0/+4
* size_t -> socklen_tWez Furlong2003-07-011-3/+3
* Fixed bug #24063 (*printf() did not handle scientific notation correctly)Ilia Alshanetsky2003-06-301-0/+3
* Fixed corruption of multibyte character including 0x5c as secondRui Hirokawa2003-06-281-2/+20
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-284-7/+16