summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2RC2'.php-5.0.0RC2RC2SVN Migration2004-04-2128-2895/+0
|
* 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.
* - Enable iconv by defaultDerick Rethans2004-04-141-1/+1
|
* Update error messages in testsMarcus Boerger2004-04-132-10/+10
|
* New tests (and ordering of tests)Marcus Boerger2004-04-135-0/+86
|
* Bugfix #27979Marcus Boerger2004-04-131-8/+16
|
* Another setting leak in session code (bug #27963).Ilia Alshanetsky2004-04-131-15/+11
|
* Export symbols needed by bz2_filterSara Golemon2004-04-132-0/+8
|
* This wasn't updated for new parameters for object handlers yet...Wez Furlong2004-04-131-4/+2
|
* fix bug #27979Stanislav Malyshev2004-04-131-2/+2
|
* Fixed bug #27963 (Session lifetime setting may leak between requests).Ilia Alshanetsky2004-04-131-2/+2
|
* - Add fontpath for win98/XP (Patch by Friedhelm Betz)Derick Rethans2004-04-121-1/+1
|
* Fix order of macro parameter (synch with other macros)Marcus Boerger2004-04-121-1/+1
|
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
|
* - Removed things related to attribute classes / consts which noJohn Coggeshall2004-04-122-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 memoryIlia Alshanetsky2004-04-111-2/+2
| | | | | only database.
* studlyCapsMarcus Boerger2004-04-101-2/+2
|
* Changed ibase_user_[add|modify|delete]() to use service resourcesArd Biesheuvel2004-04-091-133/+52
|
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
|
* Add new testMarcus Boerger2004-04-081-0/+162
|
* Fix toString() issue againMarcus Boerger2004-04-081-34/+34
|
* Bugfix #27519 Reflection_Function constructor crashes with non-existantMarcus Boerger2004-04-081-2/+2
| | | | | function's name
* - Add missing "CEST" timezoneDerick Rethans2004-04-081-0/+1
|