summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Roll 5.0.5Zeev Suraski2005-09-051-2/+2
|
* MFH: Fixed bug #34331 (php crashes when variables_order is empty).Ilia Alshanetsky2005-09-011-2/+2
|
* Revert to -devZeev Suraski2005-08-251-2/+2
|
* Roll RC2Zeev Suraski2005-08-251-2/+2
|
* MFH: Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
|
* - MFH: Prevent E_STRICT from ending up as exceptionMarcus Boerger2005-08-161-0/+3
|
* removing redundant inclusion of headers for NETWAREAnantha Kesari H Y2005-07-271-3/+0
| | | | | --Kamesh
* removed main/config.nw.hAnantha Kesari H Y2005-07-261-316/+0
| | | | | -- Kamesh
* ext/pcre/pcrelib/internal.hAnantha Kesari H Y2005-07-261-2/+0
| | | | | | | | | | | | | | | | NetWare can make use autoconf based build. main/php_sprintf.c NetWare can make use autoconf based build. ext/bcmath/libbcmath/src/config.h NetWare can make use autoconf based build. ext/mcve/mcve.c NetWare can make use autoconf based build. -- Kamesh
* NetWare can make use of Autoconf based buildAnantha Kesari H Y2005-07-221-5/+0
|
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-165-10/+7
| | | | | | | | | | | | | | NetWare file names are case insensitive main/main.c NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c. main/php_open_temporary_file.c,v Removed the unused variable in NetWare block. main/php_streams.h Removing the redundant CLIB_STAT_PATCH main/safe_mode.c NetWare has no uid. -- Kamesh
* MFH: Fixed bug #33673 (Added detection for partially uploaded files).Ilia Alshanetsky2005-07-131-5/+17
|
* Fixed crash in ext\standard\tests\general_functions\bug32647.php on WindowsDmitry Stogov2005-07-051-0/+1
|
* NetWare LibC has reentrant versions of time functions this code is of no use.Anantha Kesari H Y2005-07-011-45/+0
| | | | | -- Kamesh from hyanantha's account
* removed the unwanted NetWare CodeAnantha Kesari H Y2005-06-291-5/+0
|
* Removing unwanted NetWare CodeAnantha Kesari H Y2005-06-291-10/+0
|
* removing unwanted NetWare codeAnantha Kesari H Y2005-06-291-5/+0
|
* removed redundant NEW_LIBC checksAnantha Kesari H Y2005-06-281-6/+0
|
* removing the redundant NEW_LIBC checksAnantha Kesari H Y2005-06-221-7/+0
|
* NetWare LibC has sys/param.hAnantha Kesari H Y2005-06-221-8/+0
|
* MFH: fix memleakAntony Dovgal2005-06-201-1/+6
|
* MFH: reorder and prevent memleak: bailout after free()Antony Dovgal2005-06-201-1/+1
|
* - MFH: Don't crash when compiled with the zend memory manager disabled.Derick Rethans2005-06-071-3/+9
|
* Disabled search of recored separator outside of bufferDmitry Stogov2005-06-011-2/+2
|
* Fixed "refcount" counting for autoglobalsDmitry Stogov2005-06-011-2/+19
|
* Fixed possible memory corruption on request shutdownDmitry Stogov2005-05-311-0/+2
| | | | | `valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt`
* Fixed bug #29971 (variables_order behaviour)Dmitry Stogov2005-05-251-2/+12
|
* MFH: make it compile on Win32Antony Dovgal2005-05-241-1/+1
|
* MFH: Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
|
* revert by Wez's requestAntony Dovgal2005-05-231-1/+1
|
* MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-231-1/+2
|
* Ah, never mind. Didn't notice a conflict on my last checkout. Jani's MFHRasmus Lerdorf2005-05-211-0/+4
| | | | | was fine.
* Roll back Jani's blind MFH here. zend_call_destructors() is PHP 5.1 only.Rasmus Lerdorf2005-05-211-4/+0
|
* MFH: fix bugs #32742 (segmentation fault when the stream with a wrapperAntony Dovgal2005-05-163-0/+24
| | | | | is not closed), #32171 (Userspace stream wrapper crashes PHP)
* MFH: fix off-by-one in _php_image_output()Antony Dovgal2005-05-061-1/+4
| | | | | and prevent such errors in php_do_open_temporary_file()
* MFH: fix #32828 (Throwing exception in output_callback function with ↵Antony Dovgal2005-04-281-1/+1
| | | | | | | ob_start and ob_end_clean leads to segfault)
* change namesAndrey Hristov2005-04-271-2/+2
|
* MFH: revertosfoobar2005-04-251-1/+1
|
* zval** not zval*.Ilia Alshanetsky2005-04-241-1/+1
|
* MFH: Fixed bug #32802 (General cookie overrides more specific cookie).Ilia Alshanetsky2005-04-241-0/+12
|
* MFH: - Execute destructors earlierfoobar2005-04-241-0/+4
|
* MFH: - Fixed bug #32111 (Cookies can also be separated by colon)foobar2005-04-231-1/+1
|
* MFHAndrey Hristov2005-04-191-0/+2
|
* MFH: - Remove relicfoobar2005-04-171-1/+0
|
* MFH: revert the patchAntony Dovgal2005-04-111-4/+0
|
* Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() ↵Uwe Schindler2005-04-071-0/+3
| | | | fails - this fixes NOT the stdio-problem on solaris!
* MFH: Fixed bug #32553 (mmap loads only the 1st 2000000 bytes on Win32).Ilia Alshanetsky2005-04-061-4/+2
|
* MFH: Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
|
* MFH: do not try to read after EOFAntony Dovgal2005-04-061-0/+4
|
* MFH: Fixed bug #30362 (stream_get_line() not reading data correctly).Ilia Alshanetsky2005-04-051-4/+10
|