Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2RC2'.php-5.0.0RC2RC2 | SVN Migration | 2004-04-21 | 29 | -3180/+0 |
| | |||||
* | - Prepare for RC2RC2 (if everything is OK especially Zeev's interface | Andi Gutmans | 2004-04-21 | 3 | -4/+4 |
| | | | | | - patch I'll roll RC2 tomorrow). | ||||
* | yaz moved | Wez Furlong | 2004-04-21 | 1 | -0/+1 |
| | |||||
* | Moved ext/yaz to PECL. | Wez Furlong | 2004-04-21 | 8 | -2210/+0 |
| | |||||
* | Restore fatal error in case a method that's supposed to implement an | Zeev Suraski | 2004-04-21 | 1 | -7/+17 |
| | | | | | interface/abstract method, breaks its prototype | ||||
* | - Reorder news | Derick Rethans | 2004-04-21 | 1 | -4/+4 |
| | |||||
* | ChangeLog update | 2004-04-21 | 2 | -0/+61 | |
| | |||||
* | Fixed possible memory leaks. | Ilia Alshanetsky | 2004-04-21 | 1 | -7/+14 |
| | | | | | Prevent shm_attach() from destroying non-shm resources. | ||||
* | mssql related fixes | Frank M. Kromann | 2004-04-20 | 1 | -0/+4 |
| | |||||
* | Fix #28007. Compile fails when the SHORT type is undefined (older versions ↵ | Frank M. Kromann | 2004-04-20 | 1 | -0/+3 |
| | | | | of FreeTDS) | ||||
* | Fix problem getting return value from stored procedure when it returns ↵ | Frank M. Kromann | 2004-04-20 | 1 | -1/+4 |
| | | | | multiple results | ||||
* | minor update | John Coggeshall | 2004-04-20 | 1 | -1/+2 |
| | |||||
* | No need for exception function, and renamed the 'error_buf' prop to | John Coggeshall | 2004-04-20 | 1 | -26/+3 |
| | | | | | errorBuffer to conform with the rest of the ext. | ||||
* | - Fix news | Andi Gutmans | 2004-04-20 | 1 | -1/+0 |
| | |||||
* | - More news | Andi Gutmans | 2004-04-20 | 1 | -0/+2 |
| | |||||
* | - Fix bug #27283 - Exceptions where the last catch() statement was sometimes | Andi Gutmans | 2004-04-20 | 1 | -2/+7 |
| | | | | | - skipped. | ||||
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 3 | -21/+39 |
| | | | | | - extended tests | ||||
* | ChangeLog update | 2004-04-20 | 2 | -0/+58 | |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2004-04-20 | 1 | -2/+2 |
| | |||||
* | Add new tests (by magnus) | Marcus Boerger | 2004-04-20 | 2 | -0/+51 |
| | |||||
* | add ext/libxml/ to the headers path | Rob Richards | 2004-04-19 | 1 | -0/+1 |
| | |||||
* | initial revision | Rob Richards | 2004-04-19 | 12 | -0/+1178 |
| | | | | | requires PHP 5 | ||||
* | show ini entries and classes for extensions. | Marcus Boerger | 2004-04-19 | 2 | -8/+166 |
| | |||||
* | Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. | Wez Furlong | 2004-04-19 | 2 | -3/+4 |
| | |||||
* | - Is it really this hard?</jani> | Derick Rethans | 2004-04-19 | 1 | -2/+2 |
| | |||||
* | Adding tidy error handling news | John Coggeshall | 2004-04-19 | 1 | -0/+1 |
| | |||||
* | and the news | Wez Furlong | 2004-04-19 | 1 | -0/+1 |
| | |||||
* | Add pty support to proc_open() for systems with Unix98 ptys. | Wez Furlong | 2004-04-19 | 2 | -18/+97 |
| | | | | | # With permission from Andi | ||||
* | No need to export anything. Fixes win32 build | Edin Kadribasic | 2004-04-19 | 3 | -14/+14 |
| | |||||
* | ChangeLog update | 2004-04-19 | 1 | -0/+10 | |
| | |||||
* | Simplify code via the use of macros. | Ilia Alshanetsky | 2004-04-18 | 1 | -142/+39 |
| | |||||
* | - Whitespace | Derick Rethans | 2004-04-18 | 1 | -2/+2 |
| | |||||
* | Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING | John Coggeshall | 2004-04-18 | 2 | -18/+14 |
| | |||||
* | ChangeLog update | 2004-04-18 | 2 | -0/+22 | |
| | |||||
* | - MFH: Fix for bug #28042 (greek letters in html to entitity mapping not | Derick Rethans | 2004-04-17 | 1 | -4/+4 |
| | | | | | correct) | ||||
* | Retval may not be set when zend_execute() is overloaded | Marcus Boerger | 2004-04-17 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2004-04-17 | 1 | -0/+11 | |
| | |||||
* | Fixed construct bug and Windows build. | John Coggeshall | 2004-04-16 | 1 | -9/+13 |
| | |||||
* | - Fix initializations | Derick Rethans | 2004-04-16 | 1 | -2/+2 |
| | |||||
* | set Sybase default APPNAME to ("PHP " PHP_VERSION) | Uwe Schindler | 2004-04-16 | 2 | -2/+2 |
| | |||||
* | Modified error handling: | John Coggeshall | 2004-04-16 | 1 | -14/+32 |
| | | | | | | | | | - Trivial errors have been reduced to E_NOTICEs if possible - Bad, but not script-stopping errors (i.e. file not file) are E_WARNING - Truly bad things that make the extension unusable are not E_ERROR Exceptions are thrown only in a OO context for E_WARNINGs. | ||||
* | ChangeLog update | 2004-04-16 | 2 | -0/+61 | |
| | |||||
* | Bugfix #28012, now for snprintf | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Bugfix #28012 spprintf() output inconsistent for %p | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Handle failure in get_current_data | Marcus Boerger | 2004-04-15 | 1 | -0/+5 |
| | |||||
* | - Temporary fix for bug #27869 | Andi Gutmans | 2004-04-15 | 1 | -2/+2 |
| | | | | | | - George, you need to implement clone in order for "clone" and - compatibility mode to work. | ||||
* | Fix bug that prevented --without-gd from working | Wez Furlong | 2004-04-15 | 1 | -2/+2 |
| | |||||
* | typo | Hartmut Holzgraefe | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | be a bit more explanatory ... | Hartmut Holzgraefe | 2004-04-15 | 1 | -2/+11 |
| | |||||
* | Fixed test failure if session.use_trans_sid is enabled. | Ilia Alshanetsky | 2004-04-15 | 1 | -0/+1 |
| |