Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too ↵ | Dmitry Stogov | 2006-08-22 | 2 | -2/+11 |
| | | | | low). | ||||
* | minor improvements | Antony Dovgal | 2006-08-22 | 6 | -18/+17 |
| | |||||
* | Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32) | Dmitry Stogov | 2006-08-22 | 2 | -2/+3 |
| | |||||
* | Fixed "win32" storage manager | Dmitry Stogov | 2006-08-22 | 1 | -12/+15 |
| | |||||
* | Fix "make test" on win32 | Dmitry Stogov | 2006-08-22 | 1 | -2/+3 |
| | |||||
* | typo | Antony Dovgal | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval | Ilia Alshanetsky | 2006-08-21 | 2 | -3/+3 |
| | | | | | inside a failed query executed via query() method). | ||||
* | MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache ↵ | Antony Dovgal | 2006-08-21 | 6 | -118/+134 |
| | | | | process times out) | ||||
* | MFH: sa_len compile fix for IRIX | Ilia Alshanetsky | 2006-08-20 | 1 | -5/+5 |
| | | | | | # Patch by Sascha | ||||
* | Fixed bug #38524 (strptime() does not initialize the internal date storage | Ilia Alshanetsky | 2006-08-20 | 3 | -0/+33 |
| | | | | | structure). | ||||
* | Use proper write callback | Ilia Alshanetsky | 2006-08-19 | 1 | -1/+1 |
| | |||||
* | fix #38486 (openssl extension does not build correctly) | Antony Dovgal | 2006-08-18 | 1 | -0/+6 |
| | |||||
* | MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char | Antony Dovgal | 2006-08-18 | 1 | -0/+5 |
| | | | | | (feature request #38496) | ||||
* | fix #38485 (bz2 extension does not compile with GCC 4.1) | Antony Dovgal | 2006-08-17 | 1 | -1/+1 |
| | |||||
* | initialize static buffer with 0's | Antony Dovgal | 2006-08-17 | 1 | -0/+1 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-08-17 | 3 | -3/+5 |
| | |||||
* | 5.2.0RC2 | Ilia Alshanetsky | 2006-08-17 | 2 | -3/+3 |
| | |||||
* | Increased default memory limit to 16 megabytes to accommodate for a more | Ilia Alshanetsky | 2006-08-17 | 4 | -4/+6 |
| | | | | | accurate memory utilization measurement. | ||||
* | Added skip condition for sqlite2 driver, that uses more forgiving emulated | Ilia Alshanetsky | 2006-08-16 | 1 | -0/+1 |
| | | | | | prepared statements. | ||||
* | BFN | Rob Richards | 2006-08-15 | 1 | -0/+3 |
| | |||||
* | fix bug #38454 (warning upon disabling handler via xml_set_element_handler) | Rob Richards | 2006-08-15 | 2 | -0/+95 |
| | | | | | | fix bug #38427 (unicode causes xml_parser to misbehave) add test | ||||
* | apply correct fix for bug #38461 | Antony Dovgal | 2006-08-15 | 1 | -2/+2 |
| | |||||
* | - add openssl_csr_get_subject() and openssl_csr_get_public_key() | Pierre Joye | 2006-08-15 | 3 | -7/+70 |
| | |||||
* | MFH: fix #38467 (--enable-versioning causes make fail on OS X) | Antony Dovgal | 2006-08-15 | 2 | -0/+8 |
| | |||||
* | MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring | Antony Dovgal | 2006-08-15 | 1 | -0/+9 |
| | |||||
* | BFN | Antony Dovgal | 2006-08-15 | 1 | -0/+2 |
| | |||||
* | MFH: fix #38461 (setting private attribute with __set() produces segfault) | Antony Dovgal | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | minor CS/WS fixes | Antony Dovgal | 2006-08-15 | 4 | -90/+250 |
| | |||||
* | MFH: error message might be NULL | Antony Dovgal | 2006-08-15 | 1 | -5/+13 |
| | |||||
* | MFH: OCIBreak() is not supported on Windows | Antony Dovgal | 2006-08-15 | 1 | -8/+1 |
| | |||||
* | add test | Antony Dovgal | 2006-08-15 | 1 | -0/+25 |
| | |||||
* | new tests | Antony Dovgal | 2006-08-15 | 4 | -0/+447 |
| | |||||
* | MFH: | Michael Wallner | 2006-08-15 | 2 | -10/+8 |
| | | | | | | - fix leak when cloning DateTimeZone, detected by Antony - don't fetch objects multiple times when cloning | ||||
* | - add OPENSSL_KEYTYPE_EC constant | Pierre Joye | 2006-08-15 | 3 | -4/+71 |
| | | | | | - openssl_pkey_get_details(), returns the key details | ||||
* | fix previous patch | Antony Dovgal | 2006-08-14 | 1 | -3/+5 |
| | |||||
* | BFN | Antony Dovgal | 2006-08-14 | 1 | -0/+1 |
| | |||||
* | fix #38451 (PDO_MYSQL doesn't compile on Solaris) | Antony Dovgal | 2006-08-14 | 1 | -1/+2 |
| | |||||
* | move static declaration to *.c files | Nuno Lopes | 2006-08-14 | 13 | -148/+148 |
| | | | | | mroe static/const keywording | ||||
* | MFH: add cloning support to DateTime classes | Michael Wallner | 2006-08-14 | 2 | -4/+85 |
| | |||||
* | MFH: Cleanup before reusing failed persistant connection. Better formating ↵ | Frank M. Kromann | 2006-08-14 | 4 | -20/+76 |
| | | | | of timestamp and decimal values | ||||
* | Added missing file entry | Ilia Alshanetsky | 2006-08-14 | 1 | -0/+1 |
| | |||||
* | Updated libsqlite in ext/pdo_sqlite to 3.3.7. | Ilia Alshanetsky | 2006-08-14 | 1 | -0/+1 |
| | |||||
* | Upgraded bunbled SQLite lib to 3.3.7 | Ilia Alshanetsky | 2006-08-14 | 83 | -7750/+17126 |
| | |||||
* | more static keywording | Nuno Lopes | 2006-08-14 | 4 | -116/+95 |
| | | | | | also remove the libtidy patch, as it is too old. users should use a newer libtify anyway | ||||
* | - nuke unused parameter (not present in old versions) | Pierre Joye | 2006-08-14 | 1 | -7/+6 |
| | |||||
* | MFH: fix #38450 (constructor is not called for classes used in userspace ↵ | Antony Dovgal | 2006-08-14 | 2 | -0/+36 |
| | | | | stream wrappers) | ||||
* | a few more static keywording | Nuno Lopes | 2006-08-14 | 6 | -94/+94 |
| | |||||
* | BFN | Rob Richards | 2006-08-14 | 1 | -1/+2 |
| | | | | | fix typo | ||||
* | fix bug #38424 (Different attribute assignment if new or existing) | Rob Richards | 2006-08-14 | 2 | -1/+42 |
| | | | | | add test | ||||
* | fix underlying issue for bug #38438 | Rob Richards | 2006-08-14 | 1 | -2/+2 |
| |