summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Show ctor/dtor information and those don't return anythingMarcus Boerger2003-08-232-2/+14
|
* - Flag ctor/dtor methodsMarcus Boerger2003-08-234-2/+24
| | | | | | | | - Use this to prevent memleaks when an exception gets thrown in ctors. # I added the dtor flags for consistency, atm a compareable check in # isn't necessary for destruction. But anyway i'll use this for the # Relection API too.
* Make exception code more robustMarcus Boerger2003-08-232-32/+22
|
* revert previous patch.Rui Hirokawa2003-08-233-6/+5
|
* changed for ZTS mode.Rui Hirokawa2003-08-232-86/+86
|
* revert my patch.Rui Hirokawa2003-08-232-2/+2
|
* strcasecmp macro moved to mbfl_compat.h.Rui Hirokawa2003-08-236-3/+7
|
* remove unnessesary files.Rui Hirokawa2003-08-232-278/+0
|
* removed mbstring/*/config.h.Rui Hirokawa2003-08-232-146/+0
|
* added .cvsignore and README.Rui Hirokawa2003-08-231-0/+114
|
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵Rui Hirokawa2003-08-23235-24071/+45634
| | | | problem. mbregex is changed to oniguruma.
* ChangeLog update2003-08-232-0/+98
|
* ignore this generated fileWez Furlong2003-08-220-0/+0
|
* provide general hook for exporting symbols from php4ts.dllWez Furlong2003-08-222-0/+57
|
* Fixed bug #25127 (reset memory_limit before terminating the request)Ilia Alshanetsky2003-08-221-5/+7
|
* Replace *magic number* with a much nicer define.Ilia Alshanetsky2003-08-222-2/+4
|
* Updated PHP_API_VERSION to 20030820 for the php_setcookie api changeBrian France2003-08-221-1/+1
|
* allow building without libxml2 under win32Wez Furlong2003-08-2233-8/+72
|
* Set 2147483647 as the module number of user defined constantsIlia Alshanetsky2003-08-221-32/+26
| | | | | Fixed a few bugs and cleaned up get_defined_constants().
* Set module id 0 (internal) for constants registered by php_cli in C.Ilia Alshanetsky2003-08-221-0/+3
|
* ChangeLog update2003-08-222-0/+58
|
* english is funnyfoobar2003-08-221-1/+1
|
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-216-48/+54
| | | | | to provide an easy way to throw exceptions for extension developers.
* ftp:// wrapper context option: resume_posSara Golemon2003-08-211-0/+1
|
* If ce not given than any object would doMarcus Boerger2003-08-211-1/+1
|
* Paramspec 'O' / zend_parse_method_params(): only if given check the class typeMarcus Boerger2003-08-211-1/+5
|
* Fix parameter specMarcus Boerger2003-08-211-1/+1
|
* Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.Jon Parise2003-08-212-0/+8
| | | | | | | | | The autoconf check for <sys/mount.h> was failing because <sys/param.h> wasn't being universally included. This gets disk_total_space() and disk_free_space() working again under FreeBSD.
* - Proper place, correct formatting.foobar2003-08-211-1/+1
| | | | | # Why is this called 'setrawcookie()'? It's not following our naming style..
* ChangeLog update2003-08-212-0/+133
|
* Extensions that do opcode hooking must provide the removed functions/macrosMarcus Boerger2003-08-215-12/+27
| | | | | themselves now.
* - Added new setrawcookie function (bfrance)Brian France2003-08-201-0/+1
|
* adhere to silenceZeev Suraski2003-08-201-1/+1
|
* No need for those code blocks anymore...Zeev Suraski2003-08-201-37/+32
|
* Fix false warning on zero-size BLOB fetchArd Biesheuvel2003-08-201-16/+26
|
* Fix counting number of leaksMarcus Boerger2003-08-201-0/+1
|
* Add resume_pos (resume position) context option for restarting file downloads.Sara Golemon2003-08-201-0/+14
|
* Added a parameter to php_setcookie to toggle URL encoding of the cookie dataBrian France2003-08-203-4/+32
| | | | | | Added the function setrawcookie that turns off URL encoding of the cookie data Changed setcookie to turn on the URL encoding of the cookie data
* Reuse result data structure and resource id for consecutive executionsArd Biesheuvel2003-08-202-66/+66
| | | | | | | | of a prepared query # As previous resources are invalidated anyway because their statement # handle is reused, we don't have to allocate a new result for every # execution of a prepared query
* allow destructor to clean up connection dataBrad House2003-08-201-1/+8
|
* fix infinite loop in normalizeRob Richards2003-08-201-2/+5
|
* doc must be copied when importing stylesheetRob Richards2003-08-201-4/+9
| | | | | libxslt uses the _private for processing
* Fixed bug #25170 (Problem with generation of random numbers on solaris)Ilia Alshanetsky2003-08-202-3/+3
|
* Moved transaction defaults to header fileArd Biesheuvel2003-08-202-34/+38
|
* Cleaned up _php_ibase_var_zval()Ard Biesheuvel2003-08-201-49/+33
|
* Fix Win32 buildArd Biesheuvel2003-08-201-1/+1
|
* Moved some local vars to stackArd Biesheuvel2003-08-201-116/+90
|
* Nuke link handle from BLOB idArd Biesheuvel2003-08-202-207/+204
| | | | | | # Now BLOB ids can survive disconnect/reconnect Added link argument to ibase_blob_{open|info|echo}()
* Fix phpize buildfoobar2003-08-201-5/+11
|
* - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)foobar2003-08-201-1/+2
|