Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2'.php-5.0.0RC2 | SVN Migration | 2004-04-25 | 28 | -2903/+0 |
| | |||||
* | MFB: Fix for bug #27810 | Rasmus Lerdorf | 2004-04-23 | 1 | -23/+1 |
| | |||||
* | move libxml error handler ro rinit/rshutdown to keep it local to php | Rob Richards | 2004-04-23 | 1 | -5/+6 |
| | |||||
* | Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request). | Ilia Alshanetsky | 2004-04-23 | 1 | -1/+0 |
| | |||||
* | - Fixed buffer overflow in phpinfo() for Zend Extension Api NO. | Derick Rethans | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | Support for <![CDATA[ ]]> for string/hexbinary/base64binary data | Dmitry Stogov | 2004-04-23 | 1 | -0/+6 |
| | |||||
* | In-HEAD bugfix# 28115 | Sara Golemon | 2004-04-23 | 1 | -0/+1 |
| | |||||
* | Avoid warning to interfere test result | Marcus Boerger | 2004-04-22 | 1 | -2/+2 |
| | |||||
* | Empty query checks, bug #28112. | Ilia Alshanetsky | 2004-04-22 | 1 | -0/+14 |
| | |||||
* | Add test for bug #28112 | Marcus Boerger | 2004-04-22 | 1 | -0/+14 |
| | |||||
* | bugfix #28112 | Marcus Boerger | 2004-04-22 | 1 | -1/+3 |
| | |||||
* | Add test | Wez Furlong | 2004-04-22 | 1 | -0/+27 |
| | |||||
* | A working fix for the safearray mapping bug. | Wez Furlong | 2004-04-22 | 1 | -8/+16 |
| | |||||
* | The fix for the vc7 libc putenv bug is also needed here to avoid a crash. | Wez Furlong | 2004-04-22 | 1 | -0/+7 |
| | |||||
* | Depercating mime_magic in favor of PECL::fileinfo | Hartmut Holzgraefe | 2004-04-22 | 3 | -2/+39 |
| | |||||
* | (probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs. | Wez Furlong | 2004-04-22 | 1 | -2/+66 |
| | |||||
* | Fixed possible crash inside pg_copy_(to|from) function if delimiter is more | Ilia Alshanetsky | 2004-04-22 | 1 | -4/+4 |
| | | | | | then 1 character long. | ||||
* | More C++ comments. | Ilia Alshanetsky | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | C++ comments are ungood ;). | Ilia Alshanetsky | 2004-04-21 | 1 | -2/+4 |
| | |||||
* | Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't | Wez Furlong | 2004-04-21 | 2 | -28/+77 |
| | | | | | | | | | enable SSL on the accepted socket. - Add cipher list context option - Add helpful hint about why SSL server socket fails with mysterious error (eg: you need an SSL certificate for most ciphers). | ||||
* | libmagic will only consume up to HOWMANY (hardcoded to 65536) bytes | Hartmut Holzgraefe | 2004-04-21 | 1 | -1/+7 |
| | | | | | from a file, so lets save bandwith and memory by limiting us to this | ||||
* | Support for multiref data | Dmitry Stogov | 2004-04-21 | 1 | -17/+23 |
| | |||||
* | 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. |