Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 471) sorted by path

12345678910>>...19

/PHP-5.5/
H A DCODING_STANDARDS9 well into version 5 releases, many sections have been recoded to use
200 at the very least, when you write code that goes into the core
H A DCREDITS1 For the list of people who've put work into PHP, please see
H A DINSTALL28 + Compiling PECL extensions statically into PHP
312 This will create a libphp5.so shared library that is loaded into Apache
314 support is embedded into this library.
319 also create a pgsql.so shared library that is loaded into PHP either by
326 accompanying files and copy this into the src/modules/php5 directory in
329 system will create libphp5.a and link it statically into the httpd
338 can load into PHP from either the php.ini file or directly using dl().
1220 * Compiling PECL extensions statically into PHP
1484 Compiling PECL extensions statically into PHP
2045 + Look into the 'System Variables' pane
[all …]
H A DNEWS1378 . Disallowed JMP into a finally block. (Laruence)
1830 were merged into a single stack. The stack size needed for op_array
3188 from E_STRICT into a warning. (Scott)
3237 . Split ZEND_RETURN into two new instructions ZEND_RETURN and
3251 opcode operands into a separate literal table. (Dmitry)
5772 . Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single
6014 win32 systems by adding a common getopt implementation into core.
6730 - Fixed bug #46047 (SimpleXML converts empty nodes into object with
9152 . Moved RecursiveArrayIterator from examples into extension
9153 . Moved RecursiveFilterIterator from examples into extension
[all …]
H A DREADME.EXT_SKEL35 php_module_name.h and injected into the zend_module_entry definition. This
87 If present it will be filled into the 'proto' header comments in the stubs
120 pasting into an already existing module.
H A DREADME.GIT-RULES76 bug fixes, improvements, etc., should go into the NEWS file of *any
78 news about a bug fix which went into PHP-5.4, PHP-5.5 and master
H A DREADME.MAILINGLIST_RULES45 into the request.
60 aggregate your current position into a single mail instead of multiple
71 create an entirely new thread copying anything you wish to quote into the
H A DREADME.NEW-OUTPUT-API85 // not possible with old API, unless hardcoding into output.c
H A DREADME.RELEASE_PROCESS97 directory "downloads/". Copy them into there, so that the system can generate
105 those are made, they should be placed into the same directory as the source snapshots.
H A DREADME.SELF-CONTAINED-EXTENSIONS33 extension, we will convert an embedded extension into a
103 to integrate your module easily into the main PHP module framework.
118 Put config.m4 and the source files into one directory. Then, run phpize
H A DREADME.STREAMS6 The information contained here is being integrated into
64 to be copied (if needed) into a stream that can
72 If you need to open a specific stream, or convert standard resources into
77 Convert a FILE * into a stream.
80 Open a FILE * with tmpfile() and convert into a stream.
89 Convert a socket into a stream.
115 If you want to read the contents of a stream into an allocated memory buffer,
129 can use this function to copy the contents into a new stream that can
169 You need to "cast" the stream into a FILE*, and this is how you do it:
220 can_cast tells you if the stream can be forced into the form you request.
[all …]
H A DREADME.TESTING65 section is extracted into a ".php" file (with the same name besides
H A DREADME.TESTING247 3. run tests over http, copying test files into document root
H A DREADME.UNIX-BUILD-SYSTEM16 build-modules: builds and copies dynamic modules into modules/
H A DUPGRADING.INTERNALS70 The lowercasing functions in zend_operators.c were split into those that do
110 The key should be written into the zval* using the ZVAL_* macros.
/PHP-5.5/Zend/
H A DREADME.ZEND_VM12 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can
/PHP-5.5/Zend/RFCs/
H A D001.txt47 into awkward and confusing copying & destructing of objects. In order
H A D002.txt35 into another.
123 It is possible to import symbols from another namespace into the
/PHP-5.5/Zend/tests/
H A Dbug37144.phpt2 Bug #37144 (PHP crashes trying to assign into property of dead object)
H A Dbug37667.phpt2 Bug #37667 (Object is not added into array returned by __get)
H A Dbug38047.phpt38 //This will not create file and line items for the call into the error handler
H A Dbug61273.phpt8 * we should trick EG(argument_stack) into growing
H A Djump07.phpt2 jump 07: goto into loop (backward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt2 jump 08: goto into loop (forward)
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump09.phpt2 jump 09: goto into switch (backward)
13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7

Completed in 57 milliseconds

12345678910>>...19