summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2'.php-5.0.0RC2SVN Migration2004-04-2528-2903/+0
|
* MFB: Fix for bug #27810Rasmus Lerdorf2004-04-231-23/+1
|
* move libxml error handler ro rinit/rshutdown to keep it local to phpRob Richards2004-04-231-5/+6
|
* Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).Ilia Alshanetsky2004-04-231-1/+0
|
* - Fixed buffer overflow in phpinfo() for Zend Extension Api NO.Derick Rethans2004-04-231-1/+1
|
* Support for <![CDATA[ ]]> for string/hexbinary/base64binary dataDmitry Stogov2004-04-231-0/+6
|
* In-HEAD bugfix# 28115Sara Golemon2004-04-231-0/+1
|
* Avoid warning to interfere test resultMarcus Boerger2004-04-221-2/+2
|
* Empty query checks, bug #28112.Ilia Alshanetsky2004-04-221-0/+14
|
* Add test for bug #28112Marcus Boerger2004-04-221-0/+14
|
* bugfix #28112Marcus Boerger2004-04-221-1/+3
|
* Add testWez Furlong2004-04-221-0/+27
|
* A working fix for the safearray mapping bug.Wez Furlong2004-04-221-8/+16
|
* The fix for the vc7 libc putenv bug is also needed here to avoid a crash.Wez Furlong2004-04-221-0/+7
|
* Depercating mime_magic in favor of PECL::fileinfoHartmut Holzgraefe2004-04-223-2/+39
|
* (probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs.Wez Furlong2004-04-221-2/+66
|
* Fixed possible crash inside pg_copy_(to|from) function if delimiter is moreIlia Alshanetsky2004-04-221-4/+4
| | | | | then 1 character long.
* More C++ comments.Ilia Alshanetsky2004-04-211-1/+1
|
* C++ comments are ungood ;).Ilia Alshanetsky2004-04-211-2/+4
|
* Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn'tWez Furlong2004-04-212-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) bytesHartmut Holzgraefe2004-04-211-1/+7
| | | | | from a file, so lets save bandwith and memory by limiting us to this
* Support for multiref dataDmitry Stogov2004-04-211-17/+23
|
* Moved ext/yaz to PECL.Wez Furlong2004-04-218-2210/+0
|
* Fixed possible memory leaks.Ilia Alshanetsky2004-04-211-7/+14
| | | | | Prevent shm_attach() from destroying non-shm resources.
* Fix #28007. Compile fails when the SHORT type is undefined (older versions ↵Frank M. Kromann2004-04-201-0/+3
| | | | of FreeTDS)
* Fix problem getting return value from stored procedure when it returns ↵Frank M. Kromann2004-04-201-1/+4
| | | | multiple results
* No need for exception function, and renamed the 'error_buf' prop toJohn Coggeshall2004-04-201-26/+3
| | | | | errorBuffer to conform with the rest of the ext.
* - make static methods calls work from within xsltChristian Stocker2004-04-203-21/+39
| | | | | - extended tests
* Fixed compiler warnings.Ilia Alshanetsky2004-04-201-2/+2
|
* initial revisionRob Richards2004-04-1912-0/+1178
| | | | | requires PHP 5
* show ini entries and classes for extensions.Marcus Boerger2004-04-191-4/+83
|
* Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.Wez Furlong2004-04-191-3/+3
|
* Add pty support to proc_open() for systems with Unix98 ptys.Wez Furlong2004-04-191-18/+91
| | | | | # With permission from Andi
* No need to export anything. Fixes win32 buildEdin Kadribasic2004-04-193-14/+14
|
* Simplify code via the use of macros.Ilia Alshanetsky2004-04-181-142/+39
|
* - WhitespaceDerick Rethans2004-04-181-2/+2
|
* Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNINGJohn Coggeshall2004-04-182-18/+14
|
* - MFH: Fix for bug #28042 (greek letters in html to entitity mapping notDerick Rethans2004-04-171-4/+4
| | | | | correct)
* Fixed construct bug and Windows build.John Coggeshall2004-04-161-9/+13
|
* - Fix initializationsDerick Rethans2004-04-161-2/+2
|
* set Sybase default APPNAME to ("PHP " PHP_VERSION)Uwe Schindler2004-04-162-2/+2
|
* Modified error handling:John Coggeshall2004-04-161-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 #27869Andi Gutmans2004-04-151-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 Alshanetsky2004-04-151-0/+1
|
* been stable for a long time nowWez Furlong2004-04-152-1/+1
|
* Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF).Dmitry Stogov2004-04-151-3/+3
|
* Calls to zend_exception_error() were removed.Dmitry Stogov2004-04-151-30/+45
|
* Bugfix #27997Marcus Boerger2004-04-141-1/+1
|
* Declare variables before calling functions. This makes tidy compile on Win32.Frank M. Kromann2004-04-141-7/+5
|
* According to Wez, this is not needed.Edin Kadribasic2004-04-141-1/+0
| | | | | It also breaks win32 build.