Commit Graph

38820 Commits

Author SHA1 Message Date
Antony Dovgal
6877ebd6b1 MFB 2007-06-28 17:27:20 +00:00
Antony Dovgal
3eed8dfb76 fix crash on shutdown on Win32
patch by Scott
2007-06-28 17:22:56 +00:00
Antony Dovgal
770215e0c7 synchronized range() behaviour in HEAD with 5_2 2007-06-28 16:06:23 +00:00
Antony Dovgal
d4dcb545a7 more smaller tests 2007-06-28 16:05:51 +00:00
Antony Dovgal
3fcda7c0a7 divide array_search.phpt into several smaller tests 2007-06-28 15:26:55 +00:00
Antony Dovgal
0f47d4b28c MFB 2007-06-28 15:11:13 +00:00
Antony Dovgal
d6940afe0b more smaller tests 2007-06-28 15:04:16 +00:00
Antony Dovgal
03c8220ecc divide the test into several smaller ones 2007-06-28 14:51:25 +00:00
a961e42c1b ChangeLog update 2007-06-28 01:31:33 +00:00
Stanislav Malyshev
2ab4eededb MF5 __HALT_COMPILER fix:
Remove limitation of __HALT_COMPILER() that allowed only one instance
per request.

# Patch by Gregory Beaver
2007-06-28 00:01:58 +00:00
Antony Dovgal
b898be090d more ksh fixes 2007-06-27 22:17:31 +00:00
Antony Dovgal
a2945fdd40 fix test 2007-06-27 17:04:57 +00:00
Zoe Slattery
6851bedd28 Tests for constant initialisation 2007-06-27 15:01:36 +00:00
foobar
28fc4c26fc - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
# Now types like ptrdiff_t, ssize_t and intmax_t get defined to something
# useful..
2007-06-27 14:40:02 +00:00
Antony Dovgal
f28ea3269b fix ZTS build 2007-06-27 12:48:44 +00:00
Antony Dovgal
145c29a96d apply corrected fix
fix tests
2007-06-27 12:38:20 +00:00
Antony Dovgal
a77541ebc2 fix #41692 (ArrayObject shows weird behaviour in respect to inheritance) 2007-06-27 12:17:30 +00:00
Dmitry Stogov
a8036bf489 Unicode support 2007-06-27 11:16:21 +00:00
Dmitry Stogov
06320d3f50 Fixed bitwise operations with numeric unicode strings 2007-06-27 11:04:50 +00:00
Dmitry Stogov
eae255addf Implemented ++ and -- operations for unicode strings 2007-06-27 10:27:04 +00:00
Antony Dovgal
0b68e2fb1d add test 2007-06-27 08:54:59 +00:00
Antony Dovgal
057dd32f22 MFB: fix #41813 (segmentation fault when using string offset as an object)
patch by judas dot iscariote at gmail dot com
2007-06-27 08:53:05 +00:00
8df7b85840 ChangeLog update 2007-06-27 01:31:15 +00:00
Antony Dovgal
dc2cf01212 fix ws & folding 2007-06-26 21:37:14 +00:00
Antony Dovgal
33422dc150 fix ws & folding 2007-06-26 21:29:32 +00:00
Antony Dovgal
1395b88a58 fix ws & folding 2007-06-26 21:21:02 +00:00
Dmitry Stogov
a5a98e6322 Fixed bug #40419 (Trailing Slash in CGI request don't work) 2007-06-26 14:47:33 +00:00
Antony Dovgal
c031c5461c add missing include and fix warning 2007-06-26 12:14:24 +00:00
Antony Dovgal
7b6d4abf1f MFB 2007-06-26 12:14:01 +00:00
Antony Dovgal
b3c372210b fix #41445 (parse_ini_file() has a problem with certain types of integer as sections) 2007-06-26 12:08:50 +00:00
Antony Dovgal
e29daf052a fix #41795 (checkdnsrr does not support DNS_TXT type) 2007-06-26 11:03:42 +00:00
Antony Dovgal
7cb30d9bf4 fix 'make test' on platforms with broken shells 2007-06-26 10:22:36 +00:00
209337094d ChangeLog update 2007-06-26 01:31:22 +00:00
Antony Dovgal
6437c3ba3a fix test 2007-06-25 21:24:37 +00:00
Scott MacVicar
8842c24db7 MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows). 2007-06-25 20:19:30 +00:00
Antony Dovgal
d2d0ada9da fix #41711 (Null temporary lobs not supported) 2007-06-25 18:25:08 +00:00
Antony Dovgal
13694f9229 cleanup test data 2007-06-25 17:37:48 +00:00
Antony Dovgal
d58b7c8921 fix test 2007-06-25 17:10:07 +00:00
foobar
d8884b5031 - Fixed bug #41794 (build fails with external libs under Solaris) 2007-06-25 16:26:19 +00:00
Dmitry Stogov
86fe7aa2af Fixed stat() to support rdev, blocksize and blocks on Fedora 7 2007-06-25 14:23:21 +00:00
Dmitry Stogov
07d3bf4113 (forgotten part of fix) 2007-06-25 09:42:49 +00:00
Dmitry Stogov
0caea15ec7 Fixed tests 2007-06-25 09:02:07 +00:00
Dmitry Stogov
5b29e664b4 Better fix for bug #41655 2007-06-25 08:40:36 +00:00
Dmitry Stogov
740f5957ba Restore big exponent letter in var_export() ('1e300' -> '1E300') 2007-06-25 08:39:23 +00:00
Dmitry Stogov
6d93257d0e Fixed tests 2007-06-25 06:46:15 +00:00
5afb202cd1 ChangeLog update 2007-06-25 01:31:22 +00:00
Nuno Lopes
643d8671e8 MFB:fix memleak in sxe_prop_dim_read() 2007-06-24 11:43:34 +00:00
8593a96034 ChangeLog update 2007-06-23 01:31:09 +00:00
Pierre Joye
fef59c06bd - MFB: add test cases for #41655 2007-06-22 12:36:55 +00:00
Raghubansh Kumar
b96915cd5c New tests for file system handling functions 2007-06-22 08:14:16 +00:00