Ilia Alshanetsky
eb8f83a98e
Remove unused variable
2008-03-16 15:15:21 +00:00
Derick Rethans
fb86942ce9
- Updated to version 2008.1 (2008a)
2008-03-16 07:21:00 +00:00
Felipe Pena
bbac59aa40
MFB: Fixed bug #44440 (st_blocks undefined under BeOS)
2008-03-15 10:32:32 +00:00
Felipe Pena
766f62f026
Add SKIPIF (32bit platform only)
2008-03-14 23:15:47 +00:00
Lukas Smith
72ae8cdf9b
MFH
2008-03-14 21:52:47 +00:00
Dmitry Stogov
7158425387
Improve GC to support garbage created in destructors during objects utilization
2008-03-14 18:36:34 +00:00
Felipe Pena
57f423156e
Fix build (ZTS)
2008-03-14 17:56:52 +00:00
Derick Rethans
0e9a12d8b1
- MFH: Allow datetime objects to be serialized and woken up.
...
- MFH: Implemented __set_state().
2008-03-14 16:19:52 +00:00
Dmitry Stogov
34003557ca
Removed commented code and unnecessary inline function
2008-03-14 13:35:40 +00:00
Dmitry Stogov
e1a28ee945
Fixed GC bug
2008-03-14 13:21:04 +00:00
Antony Dovgal
8f6b35ccd3
MFH: check if return value of write() is -1 and abort upload in this case setting the correct error status
2008-03-14 13:11:12 +00:00
Marcus Boerger
c17997d4b6
- MFH Fix possible memory corruption
2008-03-13 19:46:44 +00:00
Elizabeth Marie Smith
77e914e6dc
[DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicode coming out of Microsoft SQL Server and is only relevant on windows, use it if unicode output from the server is garbled and it will autoconvert text - original patch by wez
2008-03-13 16:55:09 +00:00
Ilia Alshanetsky
5ea77bc64f
MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set with
...
php_value). (Patch by: manuel at mausz dot at)
2008-03-13 16:01:31 +00:00
Derick Rethans
7aa69c21df
- Fixed bug #44257 (timelib_tz_lookup_table must use float for gmtoffset).
2008-03-13 15:59:48 +00:00
Derick Rethans
a27d6afd83
- Added support for parsing date/time strings returned by MS SQL with strtotime().
2008-03-13 15:54:25 +00:00
Dmitry Stogov
7705272218
Disable path resolution for filenames with stream wrappers
...
More careful check for relative pathes (./xxx and ../xxx)
2008-03-13 14:09:54 +00:00
Stanislav Malyshev
a9fe1010d2
[DOC] add request_order INI variable to control $_REQUEST content
...
# if not set (default), variables_order still is used
# request_order accepts G,P and C
2008-03-12 20:24:45 +00:00
Felipe Pena
5076296d8c
Sync with fix for #44394
2008-03-12 19:34:37 +00:00
Felipe Pena
eea093b47c
MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...)
2008-03-12 19:18:42 +00:00
Christopher Jones
c94d9b0c12
MFH: New test for existing behavior
2008-03-12 17:52:59 +00:00
Ilia Alshanetsky
5944170872
Fixed bug #44388 (Crash inside exif_read_data() on invalid images)
2008-03-12 17:32:01 +00:00
Dmitry Stogov
a564b2a939
Fixed test
2008-03-12 15:20:23 +00:00
Etienne Kneuss
b57e7b44da
Fix bug #41828 (Fix crash on wrong instantiation)
2008-03-12 13:34:47 +00:00
Felipe Pena
ae0a15b7cf
New test
2008-03-12 13:31:38 +00:00
Felipe Pena
5fa8f63a01
New tests
2008-03-12 12:58:12 +00:00
Felipe Pena
d269b5fd50
Merged into 5_2
2008-03-12 11:28:37 +00:00
Dmitry Stogov
2564bdc73c
Code simplification
2008-03-12 10:40:02 +00:00
Dmitry Stogov
be8daf1f47
Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ZEND_ADD_INTERFACE opcode
2008-03-12 10:32:12 +00:00
Dmitry Stogov
0f2247ae94
Fixed bug #44414 (Incomplete reporting about abstract methods)
2008-03-12 09:46:42 +00:00
Dmitry Stogov
c33db5c74e
Fixed warning
2008-03-12 08:52:49 +00:00
Felipe Pena
e0de453954
Fixed bug #44394 (Last two bytes missing from output)
2008-03-12 02:40:57 +00:00
Christopher Jones
b9f72771a6
MFH
...
Cleaned up whitespace
Fixed bug #44372 (compilation with Oracle 10gR1 libraries)
http://bugs.php.net/bug.php?id=44372
Updated updated error number list to improve re-connection
behavior after a database restart.
Guard against potential internal list corruption after ping
removes old oci_pconnect() information.
Fix ini_set("oci8.connection_class", "abc") to get an appropriate
persistent connection.
Ping at oci8.ping_interval for oci_connect() and oci_new_connect()
when DRCP connections are used. This improves non-persistent
connection reliability if a database gets restarted.
2008-03-12 01:26:44 +00:00
Lars Strojny
698e065295
Adding itk again to non-threaded MPMs. Sorry for the confusion
2008-03-11 22:47:39 +00:00
Felipe Pena
fec00fd374
Add new test (bug reported in internals list by Robin)
2008-03-11 16:56:06 +00:00
Felipe Pena
7a9bfa9055
Add new test (bug reported in internals list by Robin)
2008-03-11 16:48:14 +00:00
Felipe Pena
4aebf04353
Missing a line
2008-03-11 15:26:24 +00:00
Felipe Pena
999d2e2294
New tests
2008-03-11 15:18:58 +00:00
Felipe Pena
f37f8d85d6
Fix test
2008-03-11 11:04:53 +00:00
Antony Dovgal
6204a10e79
some more tests
2008-03-11 10:40:37 +00:00
Antony Dovgal
f0b9ac513c
MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior
2008-03-11 10:27:10 +00:00
Josie Messa
e897db28bf
- Fix test
2008-03-11 10:17:51 +00:00
Josie Messa
f5d9a8ea42
- Added extra whitespace around error messages in expected output
2008-03-11 10:00:26 +00:00
Dmitry Stogov
1a08aadc9b
Fixed memory corruption because of double free()
2008-03-11 09:36:41 +00:00
Ilia Alshanetsky
ec45e73891
More todo items
2008-03-11 00:12:53 +00:00
Felipe Pena
1db52c1c5f
Fix tests (new error message for void parameters)
2008-03-10 23:14:11 +00:00
Felipe Pena
9324869ef5
Fix tests (new error message for void parameters)
2008-03-10 22:17:59 +00:00
Felipe Pena
84a8bb038a
MFH: New way for check void parameters
2008-03-10 22:15:36 +00:00
Felipe Pena
cc2b17d51d
MFH: Added new macro for check void parameters.
...
(deprecating ZEND_WRONG_PARAM_COUNT for this cases)
2008-03-10 22:02:41 +00:00
Andrey Hristov
725b31fc6c
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
...
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary
2008-03-10 20:15:38 +00:00