Anantha Kesari H Y
|
1b5f44e88c
|
removed the unwanted NetWare Code
|
2005-06-29 06:46:59 +00:00 |
|
Anantha Kesari H Y
|
d8ea4f11d1
|
Removing unwanted NetWare Code
|
2005-06-29 06:41:15 +00:00 |
|
Anantha Kesari H Y
|
0ad3be52c6
|
removing unwanted NetWare code
|
2005-06-29 06:28:31 +00:00 |
|
Anantha Kesari H Y
|
3059580aed
|
removed redundant NEW_LIBC checks
|
2005-06-28 15:27:49 +00:00 |
|
Anantha Kesari H Y
|
90b5168603
|
removing the redundant NEW_LIBC checks
|
2005-06-22 11:29:07 +00:00 |
|
Anantha Kesari H Y
|
0cdfe8042a
|
NetWare LibC has sys/param.h
|
2005-06-22 11:23:35 +00:00 |
|
Antony Dovgal
|
758e9b813f
|
MFH: fix memleak
|
2005-06-20 23:16:54 +00:00 |
|
Antony Dovgal
|
0d1eea3e50
|
MFH: reorder and prevent memleak: bailout after free()
|
2005-06-20 19:59:21 +00:00 |
|
Derick Rethans
|
a235714d20
|
- MFH: Don't crash when compiled with the zend memory manager disabled.
|
2005-06-07 08:25:29 +00:00 |
|
Dmitry Stogov
|
7a9d1fb1d5
|
Disabled search of recored separator outside of buffer
|
2005-06-01 15:11:15 +00:00 |
|
Dmitry Stogov
|
7b23a065e8
|
Fixed "refcount" counting for autoglobals
|
2005-06-01 09:43:48 +00:00 |
|
Dmitry Stogov
|
ce6b662ed6
|
Fixed possible memory corruption on request shutdown
`valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt`
|
2005-05-31 17:40:48 +00:00 |
|
Dmitry Stogov
|
00448a5211
|
Fixed bug #29971 (variables_order behaviour)
|
2005-05-25 17:41:18 +00:00 |
|
Antony Dovgal
|
2843a96a82
|
MFH: make it compile on Win32
|
2005-05-24 10:14:05 +00:00 |
|
Ilia Alshanetsky
|
f4a9417486
|
MFH: Fixed bug #32810 (temporary files not using plain file wrapper).
|
2005-05-23 21:49:53 +00:00 |
|
Antony Dovgal
|
254adf10bd
|
revert by Wez's request
|
2005-05-23 15:37:10 +00:00 |
|
Antony Dovgal
|
f0893ba362
|
MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
|
2005-05-23 11:52:12 +00:00 |
|
Rasmus Lerdorf
|
531f14ca6e
|
Ah, never mind. Didn't notice a conflict on my last checkout. Jani's MFH
was fine.
|
2005-05-21 18:26:27 +00:00 |
|
Rasmus Lerdorf
|
d98646435e
|
Roll back Jani's blind MFH here. zend_call_destructors() is PHP 5.1 only.
|
2005-05-21 18:11:17 +00:00 |
|
Antony Dovgal
|
7d1ea234ff
|
MFH: fix bugs #32742 (segmentation fault when the stream with a wrapper
is not closed), #32171 (Userspace stream wrapper crashes PHP)
|
2005-05-16 08:37:41 +00:00 |
|
Antony Dovgal
|
0cd04dd8ee
|
MFH: fix off-by-one in _php_image_output()
and prevent such errors in php_do_open_temporary_file()
|
2005-05-06 16:49:04 +00:00 |
|
Antony Dovgal
|
05febcfc9a
|
MFH: fix #32828 (Throwing exception in output_callback function with ob_start and
ob_end_clean leads to segfault)
|
2005-04-28 14:20:56 +00:00 |
|
Andrey Hristov
|
d795792f8f
|
change names
|
2005-04-27 21:23:44 +00:00 |
|
foobar
|
cadd10f56b
|
MFH: revertos
|
2005-04-25 21:18:41 +00:00 |
|
Ilia Alshanetsky
|
40d04782e0
|
zval** not zval*.
|
2005-04-24 18:11:23 +00:00 |
|
Ilia Alshanetsky
|
5135548c9d
|
MFH: Fixed bug #32802 (General cookie overrides more specific cookie).
|
2005-04-24 17:52:58 +00:00 |
|
foobar
|
eb393b600c
|
MFH: - Execute destructors earlier
|
2005-04-24 14:49:00 +00:00 |
|
foobar
|
86e161007c
|
MFH: - Fixed bug #32111 (Cookies can also be separated by colon)
|
2005-04-23 20:34:23 +00:00 |
|
Andrey Hristov
|
b01b5d8e58
|
MFH
|
2005-04-19 17:33:16 +00:00 |
|
foobar
|
00330f2ae7
|
MFH: - Remove relic
|
2005-04-17 13:37:45 +00:00 |
|
Antony Dovgal
|
39e0e30af0
|
MFH: revert the patch
|
2005-04-11 15:19:40 +00:00 |
|
Uwe Schindler
|
69ba9df048
|
Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!
|
2005-04-07 07:28:53 +00:00 |
|
Ilia Alshanetsky
|
eaed8e0922
|
MFH: Fixed bug #32553 (mmap loads only the 1st 2000000 bytes on Win32).
|
2005-04-06 14:47:51 +00:00 |
|
Ilia Alshanetsky
|
6a8e47ca98
|
MFH: Fixed bug #31363 (broken non-blocking flock()).
|
2005-04-06 13:59:48 +00:00 |
|
Antony Dovgal
|
dfaf49e9fd
|
MFH: do not try to read after EOF
|
2005-04-06 08:26:44 +00:00 |
|
Ilia Alshanetsky
|
137eb633aa
|
MFH: Fixed bug #30362 (stream_get_line() not reading data correctly).
|
2005-04-05 03:00:13 +00:00 |
|
Sara Golemon
|
62eceedcc4
|
MFH rev 1.72
|
2005-04-04 19:48:14 +00:00 |
|
Uwe Schindler
|
d7842bb07c
|
Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix
|
2005-04-04 15:00:13 +00:00 |
|
Antony Dovgal
|
0d7b574472
|
MFH patch previously commited by Ilia
(memory leak when "S" is not listed in variable_order)
|
2005-04-03 11:55:44 +00:00 |
|
foobar
|
e421488f99
|
MFH: c++ fix
|
2005-03-31 07:39:42 +00:00 |
|
Derick Rethans
|
21545018c3
|
- Back to dev so that we have working snapshots again.
|
2005-03-30 22:24:52 +00:00 |
|
Zeev Suraski
|
6118b0b738
|
Roll 5.0.4
|
2005-03-30 21:43:12 +00:00 |
|
Derick Rethans
|
5663cf0e81
|
- Back to -dev
#- This is important for the snapshot builder!
|
2005-03-26 19:17:11 +00:00 |
|
Zeev Suraski
|
a14f4684a1
|
Roll RC2
|
2005-03-24 08:23:37 +00:00 |
|
Andi Gutmans
|
1b12c6b362
|
- Fix typos
|
2005-03-24 01:11:35 +00:00 |
|
Marcus Boerger
|
d56d1de230
|
- MFH Notices shouldn't be treatedas errors and thus not being conidered to
be converted to exceptions.
|
2005-03-23 07:57:17 +00:00 |
|
Marcus Boerger
|
582697ae5c
|
- MFH
|
2005-03-19 14:29:18 +00:00 |
|
Zeev Suraski
|
8108a04110
|
RC1 -> RC2-dev
|
2005-03-17 13:11:38 +00:00 |
|
Anantha Kesari H Y
|
b5e227d4c5
|
PHP_OS and PHP_UNAME for NetWare are getting populated from the ph_config.h(configure.in)
|
2005-03-14 09:41:39 +00:00 |
|
Zeev Suraski
|
084e58fa8b
|
Prepare to roll 5.0.4RC1
|
2005-03-13 19:57:05 +00:00 |
|