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 | 28 | -2895/+0 |
| | |||||
* | Moved ext/yaz to PECL. | Wez Furlong | 2004-04-21 | 8 | -2210/+0 |
| | |||||
* | Fixed possible memory leaks. | Ilia Alshanetsky | 2004-04-21 | 1 | -7/+14 |
| | | | | | Prevent shm_attach() from destroying non-shm resources. | ||||
* | 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 | ||||
* | 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. | ||||
* | - make static methods calls work from within xslt | Christian Stocker | 2004-04-20 | 3 | -21/+39 |
| | | | | | - extended tests | ||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2004-04-20 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -4/+83 |
| | |||||
* | Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. | Wez Furlong | 2004-04-19 | 1 | -3/+3 |
| | |||||
* | Add pty support to proc_open() for systems with Unix98 ptys. | Wez Furlong | 2004-04-19 | 1 | -18/+91 |
| | | | | | # With permission from Andi | ||||
* | No need to export anything. Fixes win32 build | Edin Kadribasic | 2004-04-19 | 3 | -14/+14 |
| | |||||
* | 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 |
| | |||||
* | - MFH: Fix for bug #28042 (greek letters in html to entitity mapping not | Derick Rethans | 2004-04-17 | 1 | -4/+4 |
| | | | | | correct) | ||||
* | 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. | ||||
* | - 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. | ||||
* | Fixed test failure if session.use_trans_sid is enabled. | Ilia Alshanetsky | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | been stable for a long time now | Wez Furlong | 2004-04-15 | 2 | -1/+1 |
| | |||||
* | Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF). | Dmitry Stogov | 2004-04-15 | 1 | -3/+3 |
| | |||||
* | Calls to zend_exception_error() were removed. | Dmitry Stogov | 2004-04-15 | 1 | -30/+45 |
| | |||||
* | Bugfix #27997 | Marcus Boerger | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | Declare variables before calling functions. This makes tidy compile on Win32. | Frank M. Kromann | 2004-04-14 | 1 | -7/+5 |
| | |||||
* | According to Wez, this is not needed. | Edin Kadribasic | 2004-04-14 | 1 | -1/+0 |
| | | | | | It also breaks win32 build. | ||||
* | - Enable iconv by default | Derick Rethans | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | Update error messages in tests | Marcus Boerger | 2004-04-13 | 2 | -10/+10 |
| | |||||
* | New tests (and ordering of tests) | Marcus Boerger | 2004-04-13 | 5 | -0/+86 |
| | |||||
* | Bugfix #27979 | Marcus Boerger | 2004-04-13 | 1 | -8/+16 |
| | |||||
* | Another setting leak in session code (bug #27963). | Ilia Alshanetsky | 2004-04-13 | 1 | -15/+11 |
| | |||||
* | Export symbols needed by bz2_filter | Sara Golemon | 2004-04-13 | 2 | -0/+8 |
| | |||||
* | This wasn't updated for new parameters for object handlers yet... | Wez Furlong | 2004-04-13 | 1 | -4/+2 |
| | |||||
* | fix bug #27979 | Stanislav Malyshev | 2004-04-13 | 1 | -2/+2 |
| | |||||
* | Fixed bug #27963 (Session lifetime setting may leak between requests). | Ilia Alshanetsky | 2004-04-13 | 1 | -2/+2 |
| | |||||
* | - Add fontpath for win98/XP (Patch by Friedhelm Betz) | Derick Rethans | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | Fix order of macro parameter (synch with other macros) | Marcus Boerger | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | - modifyable -> modifiable | Andi Gutmans | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | - Removed things related to attribute classes / consts which no | John Coggeshall | 2004-04-12 | 2 | -33/+40 |
| | | | | | | | | | longer exist in Tidy - Changed protos in comment blocks to studlyCaps - Fixed problem where Tidy would throw exceptions if called from a procedural context. Tidy will now cause E_ERRORs if called from procedural form. | ||||
* | Open basedir & safe_mode exception when copying or attaching to a memory | Ilia Alshanetsky | 2004-04-11 | 1 | -2/+2 |
| | | | | | only database. | ||||
* | studlyCaps | Marcus Boerger | 2004-04-10 | 1 | -2/+2 |
| | |||||
* | Changed ibase_user_[add|modify|delete]() to use service resources | Ard Biesheuvel | 2004-04-09 | 1 | -133/+52 |
| | |||||
* | Fixed bug #27928 (sqlite incorrectly handles invalid filenames). | Ilia Alshanetsky | 2004-04-09 | 1 | -0/+6 |
| | |||||
* | Add new test | Marcus Boerger | 2004-04-08 | 1 | -0/+162 |
| | |||||
* | Fix toString() issue again | Marcus Boerger | 2004-04-08 | 1 | -34/+34 |
| | |||||
* | Bugfix #27519 Reflection_Function constructor crashes with non-existant | Marcus Boerger | 2004-04-08 | 1 | -2/+2 |
| | | | | | function's name | ||||
* | - Add missing "CEST" timezone | Derick Rethans | 2004-04-08 | 1 | -0/+1 |
| |