summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include/enable assert.h/assert() when it is availableYasuo Ohgaki2002-03-143-1/+14
|
* - Fixed bug: #16047, #15865, and propably a few more..foobar2002-03-141-1/+1
|
* NEWS update2002-03-141-0/+3
|
* ChangeLog update2002-03-141-0/+135
|
* Fixed NEWS entry.Stefan Roehrich2002-03-131-1/+2
|
* Fix CREDIT files, remove email addressJason Greene2002-03-132-2/+2
|
* Ignore extensions/sapis named skeletonJason Greene2002-03-131-1/+3
|
* > might not sufficiently update a timestamp.Sascha Schumann2002-03-131-2/+2
| | | | | echo > should be good enough and should be implemented by the shell.
* Really remove muscat directory.Sebastian Bergmann2002-03-130-0/+0
|
* Fix credits.Sebastian Bergmann2002-03-131-3/+2
|
* Update CreditsJason Greene2002-03-131-0/+4
| | | | | #Forgot about sapi
* Update CreditsJason Greene2002-03-131-10/+20
|
* Because of the feature "don't try to send a cookie, if the sidSascha Schumann2002-03-131-2/+3
| | | | | | | | | was contained in get/post variables" (which I still am not convinced of completely), we need a separate variable which determines whether to define SID in the event that a cookie was not sent. Noticed by: Matt Allen
* Some simplifications in PHP_ADD_SOURCES*Sascha Schumann2002-03-131-6/+3
|
* a bit of refactoring and making always_shared a nop in every day lifeSascha Schumann2002-03-133-31/+18
|
* * another libconv->libiconv typoStig Bakken2002-03-133-3/+3
|
* Provide context-specific functions which yield the directoriesSascha Schumann2002-03-133-12/+11
| | | | | of extensions (PHP 4 configure vs. self-contained module)
* Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/).Sascha Schumann2002-03-132-2/+2
|
* Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODEChristian Stocker2002-03-131-1/+8
|
* Return #document in node_name(), if it's a XML_DOCUMENT_NODEChristian Stocker2002-03-131-0/+4
|
* Sync with Apache2 Filter API change.Sebastian Bergmann2002-03-131-2/+2
|
* * muscat extension moved to PECL (it is GPL'ed and it has never beenStig Bakken2002-03-1310-1019/+0
| | | | | appropriate to distribute it with PHP)
* fix all comments in protosBoian Bonev2002-03-131-18/+18
|
* I've altered my diagnosis of segfault/leak problemWez Furlong2002-03-131-6/+10
|
* Fix some issues with ZE2, but now have some leaks.Wez Furlong2002-03-131-2/+27
| | | | | # Any ideas Andrei?
* No more lines on this testTomas V.V.Cox2002-03-131-6/+6
|
* phpdoc updateTomas V.V.Cox2002-03-131-15/+18
|
* NEWS update2002-03-131-0/+5
|
* ChangeLog update2002-03-132-0/+379
|
* Fix error handling selection when both class and global are setTomas V.V.Cox2002-03-132-42/+21
|
* Fixed a compiler warningYasuo Ohgaki2002-03-131-1/+1
|
* -handlingMarcus Boerger2002-03-131-4/+4
|
* -remove filetime from testMarcus Boerger2002-03-131-3/+5
| | | | | # that's magic - now the test should work on all installations
* - Compile fixes for Engine 2Andi Gutmans2002-03-121-0/+10
|
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-1211-11/+11
|
* - Forgot to close comment.Andi Gutmans2002-03-121-1/+1
|
* - Macro for duality between Engine 1 and 2Andi Gutmans2002-03-121-0/+2
|
* - Another couple of indirection fixes.Andi Gutmans2002-03-126-25/+16
| | | | | - Make class_entry->refcount be part of the structure and not allocated.
* - Fix bug introduced with latest class hash table change.Andi Gutmans2002-03-124-5/+5
|
* Changed to PHP_CONFIG_FILE_PATH use the environment variable SystemRootFrank M. Kromann2002-03-121-1/+1
|
* missed zlib.cSascha Schumann2002-03-121-1/+1
|
* nuke old makefilesSascha Schumann2002-03-122-26/+0
|
* forgot to add _NEW_Sascha Schumann2002-03-121-1/+1
|
* php_new_extensionSascha Schumann2002-03-1218-66/+11
|
* old makefilesSascha Schumann2002-03-124-42/+0
|
* remove old makefilesSascha Schumann2002-03-122-17/+0
|
* Remove old Makefile templatesSascha Schumann2002-03-122-18/+0
|
* add makefile fragment manuallySascha Schumann2002-03-121-0/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-12132-572/+67
|
* -usabilityMarcus Boerger2002-03-123-105/+249
| | | | | -tests