Commit Graph

44660 Commits

Author SHA1 Message Date
Andrei Zmievski
c8362a20f6 Fix copy-pasto (needs to return proper CE). 2009-03-12 16:12:44 +00:00
Christopher Jones
e5993635e2 Fix tests to use ENV and re-enable 2009-03-12 14:47:47 +00:00
9b1598ccba ChangeLog update 2009-03-12 01:33:12 +00:00
Brian Shire
b7ff76c6da Add proper EOF handling for language scanner. Fixes bug #46817. Removes dos newlines from a previous commit. 2009-03-11 22:11:41 +00:00
Christopher Jones
350da73bbc Revert local setting changes 2009-03-11 17:12:24 +00:00
Christopher Jones
fdace0c5d0 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) 2009-03-11 16:46:38 +00:00
Dmitry Stogov
95066c10d2 Fixed speed degradation on gcc-4.3 because of less agressive inlining 2009-03-11 12:14:55 +00:00
e57329d289 ChangeLog update 2009-03-11 01:32:54 +00:00
Marcus Boerger
6dcc2aa54e - It's 2009 2009-03-11 00:02:40 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Marcus Boerger
b43851b7aa - Safer flag handling as requested by Greg 2009-03-10 23:27:59 +00:00
Dmitry Stogov
4d616e7474 Clenaup deprecated namespace code 2009-03-10 10:01:28 +00:00
fdaba80296 ChangeLog update 2009-03-10 01:32:49 +00:00
Christopher Jones
d9bca66417 New test for oci_fetch_all 2009-03-09 21:19:18 +00:00
Christopher Jones
3db98baa59 Make non-public prototype match the type passed at call 2009-03-09 20:58:13 +00:00
Christopher Jones
cdf17a3f92 Use PHP 5 function name in error message 2009-03-09 20:19:38 +00:00
Christopher Jones
89a216cd23 Bug #47243 (Crash at shutdown on Windows) 2009-03-09 20:07:39 +00:00
Christopher Jones
58acebce20 MHB/sync: Make tests portable with older PHP for PECL builds 2009-03-09 19:55:50 +00:00
Christopher Jones
c7438c63f0 PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) 2009-03-09 18:59:20 +00:00
Christopher Jones
f8996c4b6c PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) 2009-03-09 18:03:34 +00:00
Christopher Jones
9e317f0102 Prepare README for future PECL OCI8 1.3.5 2009-03-09 17:50:53 +00:00
Christopher Jones
0d4e215db4 Silence initialization warning 2009-03-09 17:48:36 +00:00
Christopher Jones
c33f88ccb0 Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) 2009-03-09 17:40:59 +00:00
94a1f50f09 ChangeLog update 2009-03-09 01:32:57 +00:00
Ilia Alshanetsky
3bb904414d MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) 2009-03-08 18:21:30 +00:00
Felipe Pena
d795d49751 - Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
Patch by Kalle.
2009-03-08 17:23:44 +00:00
Kalle Sommer Nielsen
caf1a0686b Fix tests 2009-03-08 06:19:40 +00:00
Kalle Sommer Nielsen
8902589443 Fixed bug #47543 (irrelevant warning message) 2009-03-08 06:11:04 +00:00
15292caf56 ChangeLog update 2009-03-08 01:32:42 +00:00
Ilia Alshanetsky
dbe0873150 MFB: Adjust previous fix to avoid compiler warnings 2009-03-07 22:36:42 +00:00
Ilia Alshanetsky
eb6f6181a7 MFB: Improved parameter handling 2009-03-07 21:56:52 +00:00
12138a09f5 ChangeLog update 2009-03-07 01:33:00 +00:00
Ilia Alshanetsky
2c5716c3c2 MFB: Improve parameter parsing code 2009-03-06 15:48:54 +00:00
3d7434b512 ChangeLog update 2009-03-06 01:32:40 +00:00
Felipe Pena
fadd129268 - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:24:41 +00:00
Ilia Alshanetsky
d81acb4403 Removed bogus code 2009-03-05 13:45:32 +00:00
c541732ae1 ChangeLog update 2009-03-05 01:32:56 +00:00
93b77d8770 ChangeLog update 2009-03-04 01:32:47 +00:00
Ilia Alshanetsky
788c8bbada MFB: Fixed bug #47549 (get_defined_constants() return array with broken
array categories)
2009-03-03 23:43:06 +00:00
Kalle Sommer Nielsen
3980b634fd Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:46:20 +00:00
Zoe Slattery
b5810c959a Added %r section 2009-03-03 10:52:56 +00:00
d36d8b3b1a ChangeLog update 2009-03-03 01:32:45 +00:00
Moriyoshi Koizumi
ce6f1fdf8d - Fix typo. 2009-03-02 04:43:51 +00:00
Brian Shire
dbf9980282 fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:01 +00:00
0846be1398 ChangeLog update 2009-03-02 01:32:35 +00:00
Antony Dovgal
7eb808f802 fix tests 2009-03-01 21:26:47 +00:00
Greg Beaver
f9cffe4e48 re-disable phar in HEAD on windows 2009-03-01 07:25:24 +00:00
Greg Beaver
5fb232a2de MFB: revert removal of openssl check, was confusion on my part 2009-03-01 07:20:38 +00:00
Greg Beaver
ed94ab4b24 MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:55 +00:00
Greg Beaver
0b53e3dbdd MFB: fix hash support on windows in ext/phar (Kalle) 2009-03-01 07:07:14 +00:00