Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #27628 (Simplify the process of making a POST request via | Ilia Alshanetsky | 2004-03-19 | 2 | -2/+22 |
| | | | | | stream context). | ||||
* | update to 1.3.1dev | Greg Beaver | 2004-03-19 | 1 | -12/+33 |
| | |||||
* | ChangeLog update | 2004-03-19 | 2 | -0/+184 | |
| | |||||
* | phpunit tests for PEAR_ErrorStack | Greg Beaver | 2004-03-19 | 13 | -0/+2583 |
| | |||||
* | new Error Stack for PEAR, EXPERIMENTAL until proven solid and stable | Greg Beaver | 2004-03-19 | 1 | -0/+889 |
| | |||||
* | - Fix the test description and $Id$ | Pierre Joye | 2004-03-18 | 1 | -2/+2 |
| | |||||
* | - Fixed layout | Derick Rethans | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Dmitry Stogov | 2004-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode). | Ilia Alshanetsky | 2004-03-18 | 1 | -10/+32 |
| | |||||
* | *** empty log message *** | Dmitry Stogov | 2004-03-18 | 1 | -0/+2 |
| | |||||
* | BUG #27469 was fixed (serialize() objects of incomplete class) | Dmitry Stogov | 2004-03-18 | 4 | -12/+55 |
| | |||||
* | - Back to RC2-dev | Andi Gutmans | 2004-03-18 | 4 | -4/+5 |
| | |||||
* | - Test for possible data corruption with __set | Pierre Joye | 2004-03-18 | 1 | -0/+29 |
| | |||||
* | Add missing bug updates | Zeev Suraski | 2004-03-18 | 1 | -0/+2 |
| | |||||
* | Prepare to roll RC1 | Zeev Suraski | 2004-03-18 | 4 | -5/+11 |
| | |||||
* | Fix possible data corruption with __set() | Zeev Suraski | 2004-03-18 | 1 | -1/+1 |
| | |||||
* | hint to raise stacksize (bug #27231) | Uwe Schindler | 2004-03-18 | 1 | -0/+4 |
| | |||||
* | Improve error message - on E_STRICT, method is actually called, | Stanislav Malyshev | 2004-03-18 | 1 | -1/+4 |
| | | | | | so the error shouldn't say it cannot be called. | ||||
* | fixed problems in mysql_stmt_init (missing alloc from stmt) | Georg Richter | 2004-03-18 | 1 | -0/+3 |
| | |||||
* | removed if type=string: val is allocated for any type of data | Georg Richter | 2004-03-18 | 1 | -3/+1 |
| | |||||
* | * Converting tabs to spaces | Martin Jansen | 2004-03-18 | 1 | -15/+17 |
| | |||||
* | * Typo fixes | Martin Jansen | 2004-03-18 | 1 | -3/+3 |
| | |||||
* | - Reorganize | Derick Rethans | 2004-03-18 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dmitry Stogov | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | BUG #27457 was fixed (using temporary hash table with string keys only) | Dmitry Stogov | 2004-03-18 | 1 | -1/+7 |
| | |||||
* | - Change redefinition of constructor from E_COMPILE_ERROR to E_STRICT. | Andi Gutmans | 2004-03-18 | 1 | -4/+4 |
| | |||||
* | - Update Changes | Andi Gutmans | 2004-03-18 | 1 | -2/+2 |
| | |||||
* | s/emalloc/safe_emalloc/ where appropriate. | Ilia Alshanetsky | 2004-03-18 | 4 | -14/+14 |
| | |||||
* | Fixed bug #27300 (Improved regex for pg_convert()). | Ilia Alshanetsky | 2004-03-18 | 1 | -4/+51 |
| | | | | | # Patch by benjcarson at digitaljunkies dot ca | ||||
* | ChangeLog update | 2004-03-18 | 2 | -0/+114 | |
| | |||||
* | Readd x86 implementation | Sascha Schumann | 2004-03-17 | 1 | -1/+18 |
| | |||||
* | Userspace Directory Stream Test | Sara Golemon | 2004-03-17 | 1 | -0/+52 |
| | |||||
* | Fix CachingIterator's ability to cache string conversion results. | Marcus Boerger | 2004-03-17 | 2 | -0/+124 |
| | | | | | Add a test for that. | ||||
* | Go with implicit call | Marcus Boerger | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | Explicit cast needed for now | Marcus Boerger | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | - Fix crash when an invalid color index is used with imagecolortransparent | Pierre Joye | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | - Improved patch for support multiplication on 64bit machines | Andi Gutmans | 2004-03-17 | 1 | -15/+6 |
| | |||||
* | - Fix tiny bug (one of the reasons we can't support __toString() for | Andi Gutmans | 2004-03-17 | 1 | -1/+1 |
| | | | | | - regular objects). | ||||
* | Test was fixed | Dmitry Stogov | 2004-03-17 | 1 | -3/+1 |
| | |||||
* | - Stop make_printable_zval() from calling __toString() | Andi Gutmans | 2004-03-17 | 1 | -0/+2 |
| | |||||
* | - Fixed problem with __toString(). Due to the engine's architecture it is | Andi Gutmans | 2004-03-17 | 1 | -8/+18 |
| | | | | | | - currently not possible to call __toString() anywhere besides print & eval. - Follow up will be on internals@ | ||||
* | fix typo | Stanislav Malyshev | 2004-03-17 | 1 | -2/+2 |
| | |||||
* | - Apply Ard's patch to support multiplication & overflow on both 32bit | Andi Gutmans | 2004-03-17 | 2 | -37/+24 |
| | | | | | and 64bit machines | ||||
* | ChangeLog update | 2004-03-17 | 2 | -0/+269 | |
| | |||||
* | Provide a meaningful error message when registration fails | Sara Golemon | 2004-03-17 | 1 | -2/+9 |
| | |||||
* | Fixed bug #27498 (bogus safe_mode error on nonexistent directories for | Ilia Alshanetsky | 2004-03-16 | 2 | -2/+2 |
| | | | | | chdir() and opendir() functions). | ||||
* | Fixed bug #27580 (pre-initialization errors in ap2 handler are not being | Ilia Alshanetsky | 2004-03-16 | 1 | -7/+14 |
| | | | | | | | | written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive. | ||||
* | - Replaced the exec_finished hook by the zend_post_deactive hook for | Derick Rethans | 2004-03-16 | 2 | -4/+7 |
| | | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (PHP part) | ||||
* | - Replaced the exec_finished hook by the zend_post_deactive hook for | Derick Rethans | 2004-03-16 | 4 | -7/+7 |
| | | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (Derick) | ||||
* | - Update news with fugbix | Derick Rethans | 2004-03-16 | 1 | -0/+2 |
| |