Commit Graph

41310 Commits

Author SHA1 Message Date
Christopher Jones
47ee83d12a MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) 2009-03-09 19:01:16 +00:00
Christopher Jones
8b8dd708d0 MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) 2009-03-09 18:04:26 +00:00
Pierre Joye
cb95e1e709 - add path for libpq (other are kept) 2009-03-09 17:52:51 +00:00
Christopher Jones
143e127d8b MFH: Prepare for future PECL OCI8 1.3.5 2009-03-09 17:51:04 +00:00
Christopher Jones
f500b15658 MFH: Silence initialization warning 2009-03-09 17:48:54 +00:00
Christopher Jones
8ae20045c7 MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) 2009-03-09 17:42:22 +00:00
Ilia Alshanetsky
3896684ca0 Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) 2009-03-08 18:21:15 +00:00
Felipe Pena
1c3b44b320 - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
patch by Kalle
- BFN #47572
2009-03-08 17:28:39 +00:00
Kalle Sommer Nielsen
9d4718e098 MFH: Fix tests 2009-03-08 06:20:00 +00:00
Kalle Sommer Nielsen
e061b79fe0 MFH: Fixed bug #47543 (irrelevant warning message) 2009-03-08 06:12:08 +00:00
Ilia Alshanetsky
5e09a71769 Adjust previous fix to avoid compiler warnings 2009-03-07 22:36:35 +00:00
Ilia Alshanetsky
9d3030d5f3 Improved parameter handling 2009-03-07 21:56:43 +00:00
Ilia Alshanetsky
483d9636e9 Improve parameter parsing code 2009-03-06 15:48:30 +00:00
Felipe Pena
2bc612bc0c - Fixed typo 2009-03-05 16:49:47 +00:00
Felipe Pena
c43b935b65 - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:25:43 +00:00
Zoe Slattery
456d5e9381 fixed test 2009-03-04 10:23:01 +00:00
Ilia Alshanetsky
0f1d4eb376 BFN 2009-03-03 23:43:29 +00:00
Ilia Alshanetsky
e66b91c063 Fixed bug #47549 (get_defined_constants() return array with broken
array categories)
2009-03-03 23:42:51 +00:00
Kalle Sommer Nielsen
627caefc4d MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:47:31 +00:00
Zoe Slattery
2c7d95c5a6 Added %r section 2009-03-03 10:53:44 +00:00
Zoe Slattery
7834afebde removing UEXPECT 2009-03-03 09:59:36 +00:00
Ilia Alshanetsky
059772e7fb Fixed typo 2009-03-03 01:42:21 +00:00
Moriyoshi Koizumi
b7890a81c6 MFH: Fix typo 2009-03-02 04:44:15 +00:00
Brian Shire
2a6006c4e6 MFH: fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:04 +00:00
Antony Dovgal
62e2021305 fix tests 2009-03-01 21:26:54 +00:00
Greg Beaver
4d92c7bffc revert removal of openssl check, was confusion on my part 2009-03-01 07:20:26 +00:00
Greg Beaver
26ce51d6f1 add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:46 +00:00
Greg Beaver
1ff3b85d74 fix hash support on windows in ext/phar (Kalle) 2009-03-01 07:07:05 +00:00
Greg Beaver
a51f628bd1 fix blog.phar for front.phar.phpt test 2009-03-01 07:00:13 +00:00
Greg Beaver
a6298331b5 update NEWS with phar enabling, fix swapping of time/date in timestamp saving for zip, which can cause crash on windows 2009-03-01 06:58:01 +00:00
Greg Beaver
79f5f7538c fix SKIPIF, EXPECT in 2 tests 2009-03-01 06:50:26 +00:00
George Wang
22badf88b0 make STDOUT function as STDERR, in case any module call print() 2009-02-27 23:33:01 +00:00
Ilia Alshanetsky
4b8064c927 Adjust previous fix 2009-02-24 23:55:14 +00:00
Moriyoshi Koizumi
823679162d - MFH: strictly check UTF-8 and UTF-32 validity 2009-02-24 13:19:09 +00:00
Kalle Sommer Nielsen
1783db8209 Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:21:02 +00:00
Ilia Alshanetsky
0f3831a2f1 Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
2009-02-23 16:52:29 +00:00
Ilia Alshanetsky
e85ec7c864 Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs under
heavy load)

# Patch by giuseppe bonacci
2009-02-23 15:58:19 +00:00
Ilia Alshanetsky
551a2d52e2 Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phpt
test
2009-02-22 17:54:50 +00:00
Greg Beaver
af84168de6 fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 2009-02-21 03:15:47 +00:00
Greg Beaver
bd74089a4e cosmetics: remove two unreachable return statements, removes warning in sun cc 2009-02-21 02:37:18 +00:00
Greg Beaver
7707318d61 cosmetics: fix warning (only affects suncc) 2009-02-21 02:32:16 +00:00
Felipe Pena
a518082fb0 - Fix test 2009-02-20 13:39:14 +00:00
Andrey Hristov
8f102c1697 MFH: Add charsets from MySQL 6.0 as a structure to be used later 2009-02-20 13:25:12 +00:00
Greg Beaver
2344d80015 fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach 2009-02-20 05:06:37 +00:00
Antony Dovgal
a59180232e fix test 2009-02-19 12:13:50 +00:00
Felipe Pena
92775cd150 - New test 2009-02-18 22:53:56 +00:00
Felipe Pena
b378620e95 BFN 2009-02-18 22:35:32 +00:00
Felipe Pena
cadaace16c - MFH: Fixed bug #47443 (metaphone('scratch') returns wrong result) 2009-02-18 22:34:06 +00:00
Ilia Alshanetsky
bdb3d4320e Removed unused var 2009-02-18 20:07:40 +00:00
Johannes Schlüter
b489d3a69f MFH: Fix #47438 mysql_fetch_field ignores zero offse 2009-02-18 16:34:47 +00:00