Commit Graph

42650 Commits

Author SHA1 Message Date
Pierre Joye
f3c5be8d13 - MFB: update config to match config.m4
(still does not build but will be fixed for alpha2)
2008-07-31 13:14:22 +00:00
Jani Taskinen
8a89eb0825 - fix test 2008-07-31 11:49:56 +00:00
Rasmus Lerdorf
c04ca7502c Fix test to test higher nesting level 2008-07-31 11:49:19 +00:00
Rasmus Lerdorf
f5dc937a0d Fix for bug #45030 2008-07-31 09:23:59 +00:00
Dmitry Stogov
bc8defa547 Removed Closure::__toString() 2008-07-31 07:10:43 +00:00
570d0c8cbf ChangeLog update 2008-07-31 01:32:16 +00:00
Jani Taskinen
bde0403de0 - Fixed bug #45568 (ISAPI does not property clear auth_digest in header). 2008-07-31 00:48:32 +00:00
Scott MacVicar
e7a9cbb0e1 Resync libsqlite files from amalgamation. Save the kittens, no EOL mess. 2008-07-31 00:46:22 +00:00
Jani Taskinen
d15188b1dd - Applied the missing parts to phpize.m4 for zend extension builds 2008-07-31 00:45:04 +00:00
Scott MacVicar
0b88f59125 get fileinfo building again on Windows 2008-07-31 00:32:25 +00:00
Jani Taskinen
9bee643d59 - Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in) 2008-07-30 23:55:38 +00:00
Jani Taskinen
99aa33409c CS 2008-07-30 23:31:41 +00:00
Felipe Pena
71ca5fd491 - Fixed memory leak.
# Test: locale_filter_matches(str_repeat('a', 520), str_repeat('a', 520), 1);
2008-07-30 19:33:04 +00:00
Felipe Pena
39a1c0e86d - MFB: Fixed crash when NULL is passed to locale_accept_from_http() 2008-07-30 17:56:18 +00:00
Stanislav Malyshev
6564e21433 fix warnings 2008-07-30 17:52:33 +00:00
Derick Rethans
0ae51b159e - Fixed a bug with the YYYY-MM format not resetting the day correctly.
- Fixed a bug in the DateTime->modify() methods, it would not use the advanced
  relative time strings.
- Fixed return values of all the modifying methods, they now properly return
  the object itself.
2008-07-30 17:48:21 +00:00
Rasmus Lerdorf
664bb141a1 We can afford a larger stack here and other json parsers out there
go deeper than 128.
2008-07-30 13:57:47 +00:00
Felipe Pena
0ce37b0584 - New test 2008-07-30 12:26:37 +00:00
Antony Dovgal
a4c57b7347 fix folding 2008-07-30 11:58:43 +00:00
Antony Dovgal
2560c18bf6 fix tests 2008-07-30 09:57:55 +00:00
Jani Taskinen
357c16c598 ws 2008-07-30 08:13:02 +00:00
Kalle Sommer Nielsen
a00f7db067 Add test for imagecolorclosesthwb() 2008-07-30 04:35:21 +00:00
Kalle Sommer Nielsen
73558cf334 MFB: Add test case for #44849 2008-07-30 01:38:37 +00:00
274139bde1 ChangeLog update 2008-07-30 01:31:56 +00:00
Felipe Pena
7da7c81320 - Fixed BC break: The magic constants must be case-insensitive. 2008-07-30 01:24:00 +00:00
George Wang
835c0b022c make it compatible with PHP 6.0 using new php output API 2008-07-30 00:07:29 +00:00
Pierre Joye
b1f466b3ed - missing in the previous crypt commit (shutdown frees the locking mechanism) 2008-07-29 17:28:07 +00:00
Arnaud Le Blanc
6c21038ddf Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()
[DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo()
allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo()
is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
2008-07-29 16:56:26 +00:00
Felipe Pena
663450701d - Fix memory leak 2008-07-29 16:51:21 +00:00
Arnaud Le Blanc
a617bfdf9e Added pcntl_signal_dispatch()
[DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered
signal handler functions on-demand. This allows to use pcntl_signal() without
ticks.
2008-07-29 16:46:03 +00:00
Felipe Pena
2e0054bfec - Fix crash when NULL is passed to bindtextdomain() (sync with 5_3) 2008-07-29 16:21:38 +00:00
Dmitry Stogov
03ebd36385 Fixed memory leak 2008-07-29 14:27:31 +00:00
Arnaud Le Blanc
d739f8f0da Fixed previous fix 2008-07-29 13:57:20 +00:00
Dmitry Stogov
fbb84e37d8 Fixed memory leak 2008-07-29 12:56:18 +00:00
Felipe Pena
886087b701 - Fix the fix 2008-07-29 12:41:58 +00:00
Felipe Pena
b201b13939 - Fix mem. leak 2008-07-29 12:36:36 +00:00
Felipe Pena
a9e846b21e - Fixed tests 2008-07-29 12:20:39 +00:00
Dmitry Stogov
7129a70051 Fixed test 2008-07-29 12:17:04 +00:00
Dmitry Stogov
21f41b06f3 Removed warning 2008-07-29 11:50:23 +00:00
Antony Dovgal
2eeae6909e fix 5 years old copy/paste error (patch by Mikko) 2008-07-29 10:42:15 +00:00
Antony Dovgal
21008970aa fix test 2008-07-29 08:48:46 +00:00
Antony Dovgal
bd5f8ace6e make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3 2008-07-29 08:48:16 +00:00
Antony Dovgal
182de3e907 add zend_u_read_property() and zend_u_update_property() 2008-07-29 08:47:21 +00:00
Marcus Boerger
dab5f76da4 - Exclude bundled libs from gcov processing 2008-07-29 08:10:31 +00:00
Antony Dovgal
3f754a5aff no need for FETCH anymore.. 2008-07-29 07:33:58 +00:00
Antony Dovgal
652018e18e more similar fixes 2008-07-29 07:32:52 +00:00
Antony Dovgal
d23d92e077 add TSRMLS_DC and fix crash in ZTS mode 2008-07-29 07:29:22 +00:00
39d813a954 ChangeLog update 2008-07-29 01:32:00 +00:00
Scott MacVicar
bc50a9772c Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:22 +00:00
Scott MacVicar
5a2163a439 MFB: Fix error when fetchArray reaches the last row 2008-07-28 23:03:26 +00:00